From defda16eb60a87b3878ab27178df7552c3148808 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 25 Nov 2013 14:30:22 +0000 Subject: (svn r26108) -Codechange: some coding style (whitespace) --- src/sound/win32_s.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound/win32_s.h') diff --git a/src/sound/win32_s.h b/src/sound/win32_s.h index f76849b15..77906c88a 100644 --- a/src/sound/win32_s.h +++ b/src/sound/win32_s.h @@ -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); -- cgit v1.2.3-54-g00ecf