mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Formatting/Whitespace Cleanup
Various fixes to formatting and whitespace
This commit is contained in:
@ -33,7 +33,7 @@ public:
|
||||
|
||||
~FixedSizeQueue()
|
||||
{
|
||||
delete [] storage;
|
||||
delete[] storage;
|
||||
}
|
||||
|
||||
void clear()
|
||||
|
Reference in New Issue
Block a user