diff libgui/graphics/Canvas.h @ 20566:dcfbf4c1c3c8

eliminate trailing whitespace and tabs from sources * Canvas.cc, Canvas.h, Figure.cc, gl-render.h, graphics.cc, ov-fcn-handle.cc, ov-java.cc, Range.cc, CmplxCHOL.cc, dbleCHOL.cc, floatCHOL.cc: Eliminate trailing whitespace and tabs used for indentation.
author John W. Eaton <jwe@octave.org>
date Thu, 01 Oct 2015 12:50:00 -0400
parents 2d415c68213f
children 46edfbd31ad7
line wrap: on
line diff
--- a/libgui/graphics/Canvas.h	Thu Oct 01 17:35:34 2015 +0200
+++ b/libgui/graphics/Canvas.h	Thu Oct 01 12:50:00 2015 -0400
@@ -108,8 +108,8 @@
                            const graphics_object& obj);
 
   void annotation_callback (const octave_value_list& args);
-  void select_object (graphics_object obj, QMouseEvent* event, 
-                      graphics_object &currentObj, graphics_object &axesObj, 
+  void select_object (graphics_object obj, QMouseEvent* event,
+                      graphics_object &currentObj, graphics_object &axesObj,
                       bool axes_only = false);
 
 private: