mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Remove redundant semicolons
This commit is contained in:
@ -65,7 +65,7 @@ Slot OtherSlot(Slot slot)
|
||||
{
|
||||
return slot == Slot::A ? Slot::B : Slot::A;
|
||||
}
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
struct GCMemcardManager::IconAnimationData
|
||||
{
|
||||
|
Reference in New Issue
Block a user