summaryrefslogtreecommitdiff
path: root/src/KingSystem/System
diff options
context:
space:
mode:
authoriTNTPiston <zhaoyizhu2000@gmail.com>2021-08-09 16:44:26 -0700
committeriTNTPiston <zhaoyizhu2000@gmail.com>2021-08-09 16:44:26 -0700
commit341f9166d093dae514148f1d57743450b1ffdc58 (patch)
tree4964606f07986ff8474427199c711a6fec08032b /src/KingSystem/System
parent488f2c3e71af8d443c1fc04d0f03e70e0aa7aefd (diff)
fix style
Diffstat (limited to 'src/KingSystem/System')
-rw-r--r--src/KingSystem/System/DebugFinder.cpp6
-rw-r--r--src/KingSystem/System/DebugFinder.h10
2 files changed, 7 insertions, 9 deletions
diff --git a/src/KingSystem/System/DebugFinder.cpp b/src/KingSystem/System/DebugFinder.cpp
index d566df2b..2f10e1dd 100644
--- a/src/KingSystem/System/DebugFinder.cpp
+++ b/src/KingSystem/System/DebugFinder.cpp
@@ -6,9 +6,7 @@ SEAD_SINGLETON_DISPOSER_IMPL(DebugFinder)
DebugFinder::DebugFinder() = default;
-void DebugFinder::init(sead::Heap* heap) {
-
-}
+void DebugFinder::init(sead::Heap* heap) {}
-}
+} // namespace ksys
diff --git a/src/KingSystem/System/DebugFinder.h b/src/KingSystem/System/DebugFinder.h
index c1b26cf5..95205051 100644
--- a/src/KingSystem/System/DebugFinder.h
+++ b/src/KingSystem/System/DebugFinder.h
@@ -5,18 +5,18 @@
namespace ksys {
-class DebugFinder{
+class DebugFinder {
SEAD_SINGLETON_DISPOSER(DebugFinder)
DebugFinder();
virtual ~DebugFinder();
-
+
public:
void init(sead::Heap* heap);
-
+
private:
sead::FixedSafeString<0x40> unused_1;
sead::FixedSafeString<0x100> unused_2;
u32 unused_3 = 0;
};
-
-} // namespace ksys::evt \ No newline at end of file
+
+} // namespace ksys \ No newline at end of file