mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
(clang-format) Add RemoveSemicolon (#506)
This commit is contained in:
committed by
GitHub
parent
bcdddd4c7e
commit
baed704a38
@@ -8,7 +8,7 @@
|
||||
class LegoPathController : public MxCore {
|
||||
public:
|
||||
LegoPathController();
|
||||
virtual ~LegoPathController() override { Destroy(); };
|
||||
virtual ~LegoPathController() override { Destroy(); }
|
||||
|
||||
virtual MxResult Tickle() override; // vtable+08
|
||||
|
||||
|
||||
Reference in New Issue
Block a user