]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/renderer.cpp
Whitespaces, tabs and fix to the lack of empty line at end.
[wxWidgets.git] / src / msw / renderer.cpp
index d045a5ee8eeddf0a73df35850efcc79f8a6fc892..03fb026c85da6f251d58feb6bc987c48e365a031 100644 (file)
@@ -150,7 +150,7 @@ wxRendererXP::DrawSplitterSash(wxWindow *win,
                    win, dc, size, position, orient, flags);
         return;
     }
                    win, dc, size, position, orient, flags);
         return;
     }
-    
+
     // I don't know if it is correct to use the rebar background for the
     // splitter but it least this works ok in the default theme
     wxUxThemeHandle hTheme(win, L"REBAR");
     // I don't know if it is correct to use the rebar background for the
     // splitter but it least this works ok in the default theme
     wxUxThemeHandle hTheme(win, L"REBAR");
@@ -160,7 +160,7 @@ wxRendererXP::DrawSplitterSash(wxWindow *win,
         if ( orient == wxVERTICAL )
         {
             rect.left = position;
         if ( orient == wxVERTICAL )
         {
             rect.left = position;
-            rect.right = position + SASH_WIDTH; 
+            rect.right = position + SASH_WIDTH;
             rect.top = 0;
             rect.bottom = size.y;
         }
             rect.top = 0;
             rect.bottom = size.y;
         }
@@ -180,7 +180,7 @@ wxRendererXP::DrawSplitterSash(wxWindow *win,
                                     0 /* no state */ ,
                                     &rect,
                                     NULL
                                     0 /* no state */ ,
                                     &rect,
                                     NULL
-                                );       
+                                );
     }
 }
 
     }
 }