SaveTool: update formatting.

This commit is contained in:
Guillaume Jacquemin 2022-11-21 19:28:37 +01:00
parent fa81d2428e
commit 7392d961c7
1 changed files with 2 additions and 2 deletions

View File

@ -210,11 +210,11 @@ class SaveTool: public Platform::Sdl2Application, public efsw::FileWatchListener
} _uiState{UiState::Disclaimer};
bool _aboutPopup{false};
#ifdef SAVETOOL_DEBUG_BUILD
#ifdef SAVETOOL_DEBUG_BUILD
bool _demoWindow{false};
bool _styleEditor{false};
bool _metricsWindow{false};
#endif
#endif
ToastQueue _queue;