mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-02 20:56:39 +00:00
To avoid warnings like following after clang-format applied:
apps/launcher/utils/profilescombobox.cpp:85:9: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
emit(signalProfileChanged(mOldProfile, currentText()));
^
apps/launcher/utils/profilescombobox.cpp:82:5: note: previous statement is here
if (index == -1)
^
|
||
|---|---|---|
| .. | ||
| utils | ||
| advancedpage.cpp | ||
| advancedpage.hpp | ||
| CMakeLists.txt | ||
| datafilespage.cpp | ||
| datafilespage.hpp | ||
| graphicspage.cpp | ||
| graphicspage.hpp | ||
| main.cpp | ||
| maindialog.cpp | ||
| maindialog.hpp | ||
| playpage.cpp | ||
| playpage.hpp | ||
| sdlinit.cpp | ||
| sdlinit.hpp | ||
| settingspage.cpp | ||
| settingspage.hpp | ||
| textslotmsgbox.cpp | ||
| textslotmsgbox.hpp | ||