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/cocoa/fullscreen.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video/cocoa/fullscreen.mm') diff --git a/src/video/cocoa/fullscreen.mm b/src/video/cocoa/fullscreen.mm index 411b6d0c0..4d2b1c588 100644 --- a/src/video/cocoa/fullscreen.mm +++ b/src/video/cocoa/fullscreen.mm @@ -76,7 +76,7 @@ struct OTTD_QuartzGammaTable { } @end -class FullscreenSubdriver: public CocoaSubdriver { +class FullscreenSubdriver : public CocoaSubdriver { CGDirectDisplayID display_id; ///< 0 == main display (only support single display) CFDictionaryRef cur_mode; ///< current mode of the display CFDictionaryRef save_mode; ///< original mode of the display -- cgit v1.2.3-54-g00ecf