mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Style cleanup
This commit is contained in:
@@ -75,9 +75,9 @@ OperatingMode showPDDebug(const ButtonState buttons, guiContext *cxt) {
|
||||
(*screen) = 0;
|
||||
}
|
||||
}
|
||||
if (buttons == BUTTON_B_SHORT)
|
||||
if (buttons == BUTTON_B_SHORT) {
|
||||
return OperatingMode::InitialisationDone;
|
||||
else if (buttons == BUTTON_F_SHORT) {
|
||||
} else if (buttons == BUTTON_F_SHORT) {
|
||||
(*screen) += 1;
|
||||
}
|
||||
return OperatingMode::UsbPDDebug;
|
||||
|
||||
Reference in New Issue
Block a user