mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +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