diff libinterp/corefcn/graphics.cc @ 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 564e59f75ef8
children bc6daa38ff50
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc	Thu Oct 01 17:35:34 2015 +0200
+++ b/libinterp/corefcn/graphics.cc	Thu Oct 01 12:50:00 2015 -0400
@@ -2289,7 +2289,7 @@
   for (octave_idx_type p = 0; p < m.nfields (); p++)
     {
       // FIXME: Would it be better to extract all the keys at once rather than
-      //        repeatedly call keys() inside a for loop? 
+      //        repeatedly call keys() inside a for loop?
       caseless_str pname = m.keys ()[p];
 
       octave_value val = octave_value (m.contents (pname).elem (m.numel () - 1));
@@ -3091,7 +3091,7 @@
 base_properties::mark_modified (void)
 {
   // Mark existing object as modified
-  __modified__ = "on";  
+  __modified__ = "on";
   // Attempt to mark parent object as modified if it exists
   graphics_object parent_go = gh_manager::get_object (get_parent ());
   if (parent_go)