]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/macosx/macosx_graphics.hpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / skins2 / macosx / macosx_graphics.hpp
index 9e78284c7af0433a2b08b60c21181787428e7475..639e867e075e0a67cbd849e7b596811a06bd458d 100644 (file)
@@ -50,7 +50,7 @@ class MacOSXGraphics: public OSGraphics
         virtual void drawBitmap( const GenericBitmap &rBitmap, int xSrc = 0,
                                  int ySrc = 0, int xDest = 0, int yDest = 0,
                                  int width = -1, int height = -1,
-                                                                bool blend = false );
+                                 bool blend = false );
 
         /// Draw a filled rectangle on the grahics (color is #RRGGBB)
         virtual void fillRect( int left, int top, int width, int height,