]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/layout/layout.h
Minor changes, just trim trailing spaces in webview code.
[wxWidgets.git] / samples / layout / layout.h
index d7a8f8ef72449b5264328fb9caf894dbfd55c5ac..4b9edcad45e97219af0bc970b13875f12b85c8f3 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Define a new application
@@ -103,10 +103,10 @@ class MySimpleSizerFrame : public wxFrame
 {
 public:
     MySimpleSizerFrame(const wxString &title, int x, int y );
-    
+
     void OnSetSmallSize( wxCommandEvent &event);
     void OnSetBigSize( wxCommandEvent &event);
-    
+
 private:
     wxTextCtrl  *m_target;
 
@@ -121,8 +121,8 @@ class MyNestedSizerFrame : public wxFrame
 {
 public:
     MyNestedSizerFrame(const wxString &title, int x, int y );
-    
-    
+
+
 private:
     wxTextCtrl  *m_target;
 };