summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/DebugFinder.cpp
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/DebugFinder.cpp
parent488f2c3e71af8d443c1fc04d0f03e70e0aa7aefd (diff)
fix style
Diffstat (limited to 'src/KingSystem/System/DebugFinder.cpp')
-rw-r--r--src/KingSystem/System/DebugFinder.cpp6
1 files changed, 2 insertions, 4 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