diff options
| author | iTNTPiston <zhaoyizhu2000@gmail.com> | 2021-08-09 16:44:26 -0700 |
|---|---|---|
| committer | iTNTPiston <zhaoyizhu2000@gmail.com> | 2021-08-09 16:44:26 -0700 |
| commit | 341f9166d093dae514148f1d57743450b1ffdc58 (patch) | |
| tree | 4964606f07986ff8474427199c711a6fec08032b /src/KingSystem/System/DebugFinder.cpp | |
| parent | 488f2c3e71af8d443c1fc04d0f03e70e0aa7aefd (diff) | |
fix style
Diffstat (limited to 'src/KingSystem/System/DebugFinder.cpp')
| -rw-r--r-- | src/KingSystem/System/DebugFinder.cpp | 6 |
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 |
