mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Formatting/Whitespace Cleanup
Various fixes to formatting and whitespace
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
|
||||
enum {BUF_SIZE = 32*1024};
|
||||
enum { BUF_SIZE = 32*1024 };
|
||||
|
||||
WaveFileWriter::WaveFileWriter():
|
||||
skip_silence(false),
|
||||
@ -19,7 +19,7 @@ WaveFileWriter::WaveFileWriter():
|
||||
|
||||
WaveFileWriter::~WaveFileWriter()
|
||||
{
|
||||
delete [] conv_buffer;
|
||||
delete[] conv_buffer;
|
||||
Stop();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user