]> 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 011f0097bb8b022b0e69d559967401f47e9d4f28..03fb026c85da6f251d58feb6bc987c48e365a031 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     20.07.2003
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
-// License:     wxWidgets licence
+// License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -150,7 +150,7 @@ wxRendererXP::DrawSplitterSash(wxWindow *win,
                    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");
@@ -160,7 +160,7 @@ wxRendererXP::DrawSplitterSash(wxWindow *win,
         if ( orient == wxVERTICAL )
         {
             rect.left = position;
-            rect.right = position + SASH_WIDTH; 
+            rect.right = position + SASH_WIDTH;
             rect.top = 0;
             rect.bottom = size.y;
         }
@@ -180,7 +180,7 @@ wxRendererXP::DrawSplitterSash(wxWindow *win,
                                     0 /* no state */ ,
                                     &rect,
                                     NULL
-                                );       
+                                );
     }
 }