From 341f9166d093dae514148f1d57743450b1ffdc58 Mon Sep 17 00:00:00 2001 From: iTNTPiston Date: Mon, 9 Aug 2021 16:44:26 -0700 Subject: fix style --- src/KingSystem/System/DebugFinder.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/KingSystem/System/DebugFinder.cpp') 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 -- cgit v1.2.3