(svn r26108) -Codechange: some coding style (whitespace)

This commit is contained in:
rubidium
2013-11-25 14:30:22 +00:00
parent 6996b441d9
commit defda16eb6
36 changed files with 38 additions and 38 deletions

View File

@@ -14,7 +14,7 @@
#include "../video_driver.hpp"
class VideoDriver_Cocoa: public VideoDriver {
class VideoDriver_Cocoa : public VideoDriver {
public:
/* virtual */ const char *Start(const char * const *param);

View File

@@ -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

View File

@@ -57,7 +57,7 @@ class WindowQuartzSubdriver;
- (void)drawRect:(NSRect)invalidRect;
@end
class WindowQuartzSubdriver: public CocoaSubdriver {
class WindowQuartzSubdriver : public CocoaSubdriver {
private:
/**
* This function copies 8bpp pixels from the screen buffer in 32bpp windowed mode.

View File

@@ -45,7 +45,7 @@
class WindowQuickdrawSubdriver;
class WindowQuickdrawSubdriver: public CocoaSubdriver {
class WindowQuickdrawSubdriver : public CocoaSubdriver {
private:
/**
* This function copies 32bpp pixels from the screen buffer in 16bpp windowed mode.