changeset 21659:ff2347e1df02

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Fri, 29 Apr 2016 16:40:38 -0400
parents 2f9078956a63
children 53728df3e4c9
files libinterp/corefcn/graphics.in.h scripts/plot/util/copyobj.m
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Fri Apr 29 16:37:30 2016 -0400
+++ b/libinterp/corefcn/graphics.in.h	Fri Apr 29 16:40:38 2016 -0400
@@ -5158,7 +5158,7 @@
 
     void set_normalmode (const octave_value& val)
     {
-      warning_with_id ("Octave:deprecated-property", 
+      warning_with_id ("Octave:deprecated-property",
         "surface: Property 'normalmode' is deprecated and will be removed "
         "from a future version of Octave. Use 'vertexnormalsmode' instead.");
       set_vertexnormalsmode (val);
@@ -5166,7 +5166,7 @@
 
     std::string get_normalmode (void) const
     {
-      warning_with_id ("Octave:deprecated-property", 
+      warning_with_id ("Octave:deprecated-property",
         "surface: Property 'normalmode' is deprecated and will be removed "
         "from a future version of Octave. Use 'vertexnormalsmode' instead.");
       return vertexnormalsmode.current_value ();
--- a/scripts/plot/util/copyobj.m	Fri Apr 29 16:37:30 2016 -0400
+++ b/scripts/plot/util/copyobj.m	Fri Apr 29 16:40:38 2016 -0400
@@ -67,11 +67,11 @@
 
   ## compatibility of input handles
   for i = 1:numel (horig)
-    kididx(i) = find (strcmp (alltypes, get (horig(i), "type"))); 
+    kididx(i) = find (strcmp (alltypes, get (horig(i), "type")));
   endfor
 
   for i = 1:numel (hparent)
-    paridx(i) = find (strcmp (alltypes, get (hparent(i), "type"))); 
+    paridx(i) = find (strcmp (alltypes, get (hparent(i), "type")));
   endfor
 
   if (kididx <= paridx)