(svn r26108) -Codechange: some coding style (whitespace)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "video_driver.hpp"
|
||||
|
||||
/** The null video driver. */
|
||||
class VideoDriver_Null: public VideoDriver {
|
||||
class VideoDriver_Null : public VideoDriver {
|
||||
private:
|
||||
uint ticks; ///< Amount of ticks to run.
|
||||
|
||||
|
Reference in New Issue
Block a user