Skip to content

Commit

Permalink
chore: whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Aug 27, 2024
1 parent c9dc678 commit 21e3fff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion radio/src/datastructs_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,6 @@ PACK(struct RadioData {
return backlightBright;
#endif
});

});

#undef SWITCHES_WARNING_DATA
Expand Down
2 changes: 1 addition & 1 deletion radio/src/gui/128x64/radio_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ void menuRadioSetup(event_t event)
lcdDrawNumber(RADIO_SETUP_2ND_COLUMN, y, g_eeGeneral.pwrOffIfInactive, attr|LEFT);
lcdDrawChar(lcdLastRightPos, y, 'm');
if (attr) CHECK_INCDEC_GENVAR(event, g_eeGeneral.pwrOffIfInactive, 0, 255);
break;
break;
#endif

#if defined(HAPTIC)
Expand Down
1 change: 0 additions & 1 deletion radio/src/translations.h
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ extern const char STR_PWR_ON_DELAY[];
extern const char STR_PWR_OFF_DELAY[];
extern const char STR_PWR_AUTO_OFF[];
extern const char* const STR_PWR_OFF_DELAYS[];

#endif
#if defined(HAPTIC)
extern const char STR_PWR_ON_OFF_HAPTIC[];
Expand Down

0 comments on commit 21e3fff

Please sign in to comment.