mirror of https://github.com/zeldaret/botw.git
fix style
This commit is contained in:
parent
488f2c3e71
commit
341f9166d0
|
@ -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
|
||||
|
||||
|
|
|
@ -19,4 +19,4 @@ private:
|
|||
u32 unused_3 = 0;
|
||||
};
|
||||
|
||||
} // namespace ksys::evt
|
||||
} // namespace ksys
|
Loading…
Reference in New Issue