r11859: Canonicalize whitespace
[ctsim.git] / src / dlgezplot.h
index 26637d928550980165c6d3298febec22409b42e9..1d23d99423384959e21c563224bd1a95812273e5 100644 (file)
@@ -40,7 +40,7 @@ class EZPlot;
 
 class EZPlotControl : public wxPanel
 {
-private:  
+private:
   DECLARE_DYNAMIC_CLASS (EZPlotControl)
   DECLARE_EVENT_TABLE ()
   EZPlot* m_pEZPlot;
@@ -63,7 +63,7 @@ public:
 
   virtual wxSize GetBestSize() const;
 
-  EZPlot* getEZPlot() 
+  EZPlot* getEZPlot()
   { return m_pEZPlot; }
 
   void OnPaint(wxPaintEvent& event);