cleaned all trailing white space from source files.
[sdk] / ecere / src / gui / drivers / cocoa / EcereView.h
index 4362b8d..2fe3a64 100644 (file)
@@ -7,13 +7,13 @@ typedef uint32_t CocoaColor;
 @private
     // Reference to the Ecere Window class via pointer. Used for callbacks.
     EcereWindowRef _ecereWindow;
-    
+
     // Foreground and background draw color.
     CocoaColor _foreground;
     CocoaColor _background;
-    
+
     int lockCount;
-    
+
     NSOpenGLContext *_context;
     NSOpenGLPixelFormat *_pixelformat;
 }