diff liboctave/cmd-hist.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 60b6b175f88a
line wrap: on
line diff
--- a/liboctave/cmd-hist.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/liboctave/cmd-hist.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -598,7 +598,7 @@
 
 void
 command_history::read_range (const std::string& f, int from, int to,
-                             bool must_exist) 
+                             bool must_exist)
 {
   if (instance_ok ())
     instance->do_read_range (f, from, to, must_exist);