]> git.saurik.com Git - wxWidgets.git/commitdiff
Expand tabs
authorMart Raudsepp <leio@gentoo.org>
Mon, 8 Aug 2005 09:35:27 +0000 (09:35 +0000)
committerMart Raudsepp <leio@gentoo.org>
Mon, 8 Aug 2005 09:35:27 +0000 (09:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/cursor.cpp
src/gtk1/cursor.cpp

index 4360b9748d770c3126796a878bdf2550d3ebeada..73c259eaa50505519cc9487dc931500fd6e6244f 100644 (file)
@@ -256,14 +256,14 @@ wxCursor::wxCursor( const wxImage & image )
 
     int fg_intensity = fg.Red() + fg.Green() + fg.Blue();
     int bg_intensity = bg.Red() + bg.Green() + bg.Blue();
-       
-       if (bg_intensity > fg_intensity)
-       {
+
+    if (bg_intensity > fg_intensity)
+    {
         //swap fg and bg
         wxColour tmp = fg;
         fg = bg;
         bg = tmp;
-       }                                                        
+    }
 
     int hotSpotX;
     int hotSpotY;
index 4360b9748d770c3126796a878bdf2550d3ebeada..73c259eaa50505519cc9487dc931500fd6e6244f 100644 (file)
@@ -256,14 +256,14 @@ wxCursor::wxCursor( const wxImage & image )
 
     int fg_intensity = fg.Red() + fg.Green() + fg.Blue();
     int bg_intensity = bg.Red() + bg.Green() + bg.Blue();
-       
-       if (bg_intensity > fg_intensity)
-       {
+
+    if (bg_intensity > fg_intensity)
+    {
         //swap fg and bg
         wxColour tmp = fg;
         fg = bg;
         bg = tmp;
-       }                                                        
+    }
 
     int hotSpotX;
     int hotSpotY;