(svn r26108) -Codechange: some coding style (whitespace)

This commit is contained in:
rubidium
2013-11-25 14:30:22 +00:00
parent 6996b441d9
commit defda16eb6
36 changed files with 38 additions and 38 deletions

View File

@@ -15,7 +15,7 @@
#include "music_driver.hpp"
/** The music player that does nothing. */
class MusicDriver_Null: public MusicDriver {
class MusicDriver_Null : public MusicDriver {
public:
/* virtual */ const char *Start(const char * const *param) { return NULL; }