changeset 20768:7655b399abff

eliminate trailing whitespace in source files we maintain
author John W. Eaton <jwe@octave.org>
date Fri, 27 Nov 2015 10:46:17 -0500
parents a972a2dc2735
children 58e79b0078e4
files doc/module.mk libinterp/corefcn/graphics.cc libinterp/corefcn/oct-stream.cc libinterp/octave-value/ov.h scripts/gui/uipushtool.m scripts/miscellaneous/inputname.m
diffstat 6 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/doc/module.mk	Thu Nov 26 10:08:34 2015 -0800
+++ b/doc/module.mk	Fri Nov 27 10:46:17 2015 -0500
@@ -21,12 +21,12 @@
 AM_V_TEX = $(am__v_TEX_$(V))
 am__v_TEX_ = $(am__v_TEX_$(AM_DEFAULT_VERBOSITY))
 am__v_TEX_0 = @echo "  TEX     " $@;
-am__v_TEX_1 = 
+am__v_TEX_1 =
 
 AM_V_PDFTEX = $(am__v_PDFTEX_$(V))
 am__v_PDFTEX_ = $(am__v_PDFTEX_$(AM_DEFAULT_VERBOSITY))
 am__v_PDFTEX_0 = @echo "  PDFTEX  " $@;
-am__v_PDFTEX_1 = 
+am__v_PDFTEX_1 =
 
 if AMCOND_BUILD_DOCS
 
--- a/libinterp/corefcn/graphics.cc	Thu Nov 26 10:08:34 2015 -0800
+++ b/libinterp/corefcn/graphics.cc	Fri Nov 27 10:46:17 2015 -0500
@@ -209,7 +209,7 @@
     1.00469958095238e-01, 1.17876387142857e-01, 1.43936200000000e-01};
 
   // It would be nice if Matrix had a ctor allowing to do the
-  // following without a copy 
+  // following without a copy
   Matrix cmap (64, 3, 0.0);
   std::copy (cmapv, cmapv + (64*3), cmap.fortran_vec ());
   return cmap;
--- a/libinterp/corefcn/oct-stream.cc	Thu Nov 26 10:08:34 2015 -0800
+++ b/libinterp/corefcn/oct-stream.cc	Fri Nov 27 10:46:17 2015 -0500
@@ -4365,8 +4365,8 @@
         }
 
       octave_stream os = iter->second;
-     
-      std::string name = os.name (); 
+
+      std::string name = os.name ();
       std::transform (name.begin (), name.end (), name.begin (), tolower);
 
       // FIXME: This test for gnuplot is hardly foolproof.
--- a/libinterp/octave-value/ov.h	Thu Nov 26 10:08:34 2015 -0800
+++ b/libinterp/octave-value/ov.h	Fri Nov 27 10:46:17 2015 -0500
@@ -1163,7 +1163,7 @@
   octave_fcn_inline *xfcn_inline_value (const char *fmt, ...) const;
 
   octave_value_list xlist_value (const char *fmt, ...) const;
-  
+
   // Possibly economize a lazy-indexed value.
 
   void maybe_economize (void)
--- a/scripts/gui/uipushtool.m	Thu Nov 26 10:08:34 2015 -0800
+++ b/scripts/gui/uipushtool.m	Fri Nov 27 10:46:17 2015 -0500
@@ -23,7 +23,7 @@
 ## Create a uipushtool object and return a handle to it.
 ##
 ## uipushtools are buttons that appear on a figure toolbar.  The button is
-## created with a border that is shown when the user hovers over the button. 
+## created with a border that is shown when the user hovers over the button.
 ## An image can be set using the cdata property.
 ##
 ## If @var{parent} is omitted then a uipushtool for the current figure is
--- a/scripts/miscellaneous/inputname.m	Thu Nov 26 10:08:34 2015 -0800
+++ b/scripts/miscellaneous/inputname.m	Fri Nov 27 10:46:17 2015 -0500
@@ -70,7 +70,7 @@
 %!assert (inputname (3), "")
 
 ## Clear parameter list so that testfn is created with zero inputs/outputs
-%!shared  
+%!shared
 %!assert (inputname (-1), "")
 %!assert (inputname (1), "")