changeset 23082:e8d64dce0afd stable

maint: strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Jan 2017 12:12:11 -0500
parents be0ae04721bf
children e9a0469dedd9
files doc/interpreter/external.txi libinterp/corefcn/graphics.cc src/shared-fcns.h
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/external.txi	Sat Jan 21 16:02:10 2017 -0800
+++ b/doc/interpreter/external.txi	Fri Jan 20 12:12:11 2017 -0500
@@ -634,7 +634,7 @@
 sparse matrix will be copied, while the actual representation of the data will
 be shared between the two versions of the sparse matrix; This is not a costly
 operation.  The example above, re-written to prevent sparse-to-dense
-conversion, is 
+conversion, is
 
 @example
 @group
--- a/libinterp/corefcn/graphics.cc	Sat Jan 21 16:02:10 2017 -0800
+++ b/libinterp/corefcn/graphics.cc	Fri Jan 20 12:12:11 2017 -0500
@@ -6259,7 +6259,7 @@
 }
 
 void
-axes::properties::update_label_color (handle_property label, 
+axes::properties::update_label_color (handle_property label,
                                       color_property col)
 {
   gh_manager::get_object (label.handle_value ()).set ("color", col.get ());
--- a/src/shared-fcns.h	Sat Jan 21 16:02:10 2017 -0800
+++ b/src/shared-fcns.h	Fri Jan 20 12:12:11 2017 -0500
@@ -45,7 +45,7 @@
     {
       namebuf[MAX_PATH] = '\0';
 
-      std::string exe_name = namebuf; 
+      std::string exe_name = namebuf;
       size_t pos = exe_name.rfind ("\\");
 
       if (pos != std::string::npos)