aboutsummaryrefslogtreecommitdiff
path: root/app/source/Cplt/Model/GlobalStates.hpp
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/Model/GlobalStates.hpp
parentb01ed99a1cd0c863c8709930658513c04dd70f61 (diff)
Update brace style to match rest of my projectscplt-imgui
Diffstat (limited to 'app/source/Cplt/Model/GlobalStates.hpp')
-rw-r--r--app/source/Cplt/Model/GlobalStates.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/source/Cplt/Model/GlobalStates.hpp b/app/source/Cplt/Model/GlobalStates.hpp
index 1eb47fb..c0b475c 100644
--- a/app/source/Cplt/Model/GlobalStates.hpp
+++ b/app/source/Cplt/Model/GlobalStates.hpp
@@ -7,8 +7,7 @@
#include <string>
#include <vector>
-class GlobalStates
-{
+class GlobalStates {
public:
static void Init();
static void Init(std::filesystem::path userDataDir);
@@ -17,8 +16,7 @@ public:
static GlobalStates& GetInstance();
static const std::filesystem::path& GetUserDataPath();
- struct RecentProject
- {
+ struct RecentProject {
std::filesystem::path Path;
std::string CachedUtf8String;
};