diff src/ls-oct-ascii.cc @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 79aa00a94e9e
line wrap: on
line diff
--- a/src/ls-oct-ascii.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/ls-oct-ascii.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -91,7 +91,7 @@
       if (c == '%' || c == '#')
         {
           std::ostringstream buf;
-        
+
           while (is.get (c) && (c == ' ' || c == '\t' || c == '%' || c == '#'))
             ; // Skip whitespace and comment characters.
 
@@ -300,7 +300,7 @@
 // Save the data from TC along with the corresponding NAME, and global
 // flag MARK_AS_GLOBAL on stream OS in the plain text format described
 // above for load_ascii_data.  If NAME is empty, the name: line is not
-// generated.  PRECISION specifies the number of decimal digits to print. 
+// generated.  PRECISION specifies the number of decimal digits to print.
 //
 // Assumes ranges and strings cannot contain Inf or NaN values.
 //