(svn r26108) -Codechange: some coding style (whitespace)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "../driver.h"
|
||||
|
||||
/** Base for all sound drivers. */
|
||||
class SoundDriver: public Driver {
|
||||
class SoundDriver : public Driver {
|
||||
public:
|
||||
/** Called once every tick */
|
||||
virtual void MainLoop() {}
|
||||
|
Reference in New Issue
Block a user