summaryrefslogtreecommitdiff
path: root/src/sound/null_s.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-11-25 14:30:22 +0000
committerrubidium <rubidium@openttd.org>2013-11-25 14:30:22 +0000
commitdefda16eb60a87b3878ab27178df7552c3148808 (patch)
tree2c2d04d2f13468305583547d657ae3b8cee18d1d /src/sound/null_s.h
parent6996b441d9d104bc6d7041b64362f4426425f600 (diff)
downloadopenttd-defda16eb60a87b3878ab27178df7552c3148808.tar.xz
(svn r26108) -Codechange: some coding style (whitespace)
Diffstat (limited to 'src/sound/null_s.h')
-rw-r--r--src/sound/null_s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/null_s.h b/src/sound/null_s.h
index a2714d86d..b2acd9093 100644
--- a/src/sound/null_s.h
+++ b/src/sound/null_s.h
@@ -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; }