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/video/video_driver.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video/video_driver.hpp') diff --git a/src/video/video_driver.hpp b/src/video/video_driver.hpp index 3a3b4c79e..190bfcc10 100644 --- a/src/video/video_driver.hpp +++ b/src/video/video_driver.hpp @@ -16,7 +16,7 @@ #include "../core/geometry_type.hpp" /** The base of all video drivers. */ -class VideoDriver: public Driver { +class VideoDriver : public Driver { public: /** * Mark a particular area dirty. -- cgit v1.2.3-54-g00ecf