aboutsummaryrefslogtreecommitdiff
path: root/app/source/Cplt/UI/UI_Settings.cpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-11-27 12:04:31 -0800
committerrtk0c <[email protected]>2022-11-27 12:04:31 -0800
commit182c8f8357739f905bbd721006480502435b6b43 (patch)
tree082613a474d863182e2ad8f2167f1643f26e67a3 /app/source/Cplt/UI/UI_Settings.cpp
parentb01ed99a1cd0c863c8709930658513c04dd70f61 (diff)
Update brace style to match rest of my projectscplt-imgui
Diffstat (limited to 'app/source/Cplt/UI/UI_Settings.cpp')
-rw-r--r--app/source/Cplt/UI/UI_Settings.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/source/Cplt/UI/UI_Settings.cpp b/app/source/Cplt/UI/UI_Settings.cpp
index 71a752a..40da81d 100644
--- a/app/source/Cplt/UI/UI_Settings.cpp
+++ b/app/source/Cplt/UI/UI_Settings.cpp
@@ -2,7 +2,6 @@
#include <imgui.h>
-void UI::SettingsTab()
-{
+void UI::SettingsTab() {
// TODO
}