summaryrefslogtreecommitdiff
path: root/src/video/null_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/null_v.h')
-rw-r--r--src/video/null_v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/null_v.h b/src/video/null_v.h
index 69563f5c4..9e04e177e 100644
--- a/src/video/null_v.h
+++ b/src/video/null_v.h
@@ -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.