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