diff src/graphics.cc @ 12174:db1f49eaba6b

whitespace fixes
author John W. Eaton <jwe@octave.org>
date Wed, 26 Jan 2011 23:49:42 -0500
parents 18e9a8da7d18
children 9558ca33648d
line wrap: on
line diff
--- a/src/graphics.cc	Wed Jan 26 23:15:59 2011 -0500
+++ b/src/graphics.cc	Wed Jan 26 23:49:42 2011 -0500
@@ -5615,7 +5615,7 @@
 
 private:
   callback_event (void)
-    : base_graphics_event (), handle (), 
+    : base_graphics_event (), handle (),
       callback_name (), callback_data ()
   { }
 
@@ -5639,7 +5639,7 @@
     }
 
 private:
-  
+
   graphics_event::event_fcn function;
 
   void* function_data;
@@ -5672,9 +5672,7 @@
 
 private:
   set_event (void)
-    : base_graphics_event (), 
-      // FIXME: it it private in order not to be used ? 
-      handle (), property_name (), property_value ()
+    : base_graphics_event (), handle (), property_name (), property_value ()
   { }
 
 private: