chore: Syntax fix

This commit is contained in:
Kyle Gospodnetich 2024-04-26 22:28:16 -07:00
parent 6c9c220529
commit b4f49e8c5d

View File

@ -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)
{ {