diff --git a/applications/services/notification/notification_app.h b/applications/services/notification/notification_app.h index 0d4404fa5..2ef84ba95 100644 --- a/applications/services/notification/notification_app.h +++ b/applications/services/notification/notification_app.h @@ -47,7 +47,7 @@ typedef struct { bool vibro_on; float night_shift; uint32_t night_shift_start; - uint32_t night_shift_end; + uint32_t night_shift_end; } NotificationSettings; struct NotificationApp { diff --git a/applications/services/rgb_backlight/rgb_backlight_settings.h b/applications/services/rgb_backlight/rgb_backlight_settings.h index b1e4a4a01..3f3af005f 100644 --- a/applications/services/rgb_backlight/rgb_backlight_settings.h +++ b/applications/services/rgb_backlight/rgb_backlight_settings.h @@ -20,7 +20,7 @@ typedef struct { uint16_t rainbow_step; uint8_t rainbow_saturation; uint8_t rainbow_wide; - + } RGBBacklightSettings; #ifdef __cplusplus