mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-06 00:58:16 +00:00
chore: Syntax fix
This commit is contained in:
parent
6c9c220529
commit
b4f49e8c5d
@ -10,14 +10,14 @@ index 42c67b9..6373e22 100644
|
|||||||
+{
|
+{
|
||||||
+ 60,
|
+ 60,
|
||||||
+ 144,
|
+ 144,
|
||||||
+}
|
+};
|
||||||
+
|
+
|
||||||
+static constexpr uint32_t s_kLokiRates[] =
|
+static constexpr uint32_t s_kLokiRates[] =
|
||||||
+{
|
+{
|
||||||
+ 40,
|
+ 40,
|
||||||
+ 50,
|
+ 50,
|
||||||
+ 60,
|
+ 60,
|
||||||
+}
|
+};
|
||||||
+
|
+
|
||||||
static void update_connector_display_info_wl(struct drm_t *drm)
|
static void update_connector_display_info_wl(struct drm_t *drm)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user