(svn r26108) -Codechange: some coding style (whitespace)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "sound_driver.hpp"
|
||||
|
||||
/** Implementation of the sound driver for Windows. */
|
||||
class SoundDriver_Win32: public SoundDriver {
|
||||
class SoundDriver_Win32 : public SoundDriver {
|
||||
public:
|
||||
/* virtual */ const char *Start(const char * const *param);
|
||||
|
||||
|
Reference in New Issue
Block a user