]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/display.h
Spelling fixes [#1017001], source cleaning.
[wxWidgets.git] / include / wx / msw / display.h
index 87dc56b39f07e8e4bde4f97640c04a7246b90ae7..598326e87aabc5f98a3229fe7a83a17f6b2c3858 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        display.h
 // Purpose:     wxDisplay class customization for WXMSW
 // Author:      Royce Mitchell III
-// Modified by: 
+// Modified by:
 // Created:     06/21/02
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
@@ -49,7 +49,7 @@ private:
     wxArrayVideoModes DoGetModesWindows(const wxVideoMode& modeMatch) const;
     bool DoChangeModeWindows(const wxVideoMode& mode);
 
-    
+
     DECLARE_NO_COPY_CLASS(wxDisplay)
 };