mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 04:06:32 +00:00
Remove some unnecessary semicolons
This commit is contained in:
parent
c6f3424ab1
commit
b06ec302d1
24 changed files with 26 additions and 26 deletions
|
@ -96,5 +96,5 @@ public:
|
|||
TMemCheck *GetMemCheck(u32 address);
|
||||
void Remove(u32 _Address);
|
||||
|
||||
void Clear() { m_MemChecks.clear(); };
|
||||
void Clear() { m_MemChecks.clear(); }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue