Whitespace cleanup

This commit is contained in:
Scott Lahteine
2020-09-23 17:40:00 -05:00
parent a3a5b334c4
commit 27c067612c
3 changed files with 5 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ namespace Theme {
#if ENABLED(TOUCH_UI_COCOA_PRESS)
constexpr uint32_t syringe_rgb = 0xFFFFFF;
constexpr uint32_t fluid_rgb = accent_color_5;
#else
#else
constexpr uint32_t syringe_rgb = accent_color_5;
constexpr uint32_t fluid_rgb = accent_color_3;
#endif