diff src/pt-fcn-handle.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 ad9263d965dc
line wrap: on
line diff
--- a/src/pt-fcn-handle.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/pt-fcn-handle.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -44,7 +44,7 @@
 
 void
 tree_fcn_handle::print_raw (std::ostream& os, bool pr_as_read_syntax,
-                            bool pr_orig_text) 
+                            bool pr_orig_text)
 {
   os << ((pr_as_read_syntax || pr_orig_text) ? "@" : "") << nm;
 }
@@ -122,7 +122,7 @@
 
       if (parent_scope < 0)
         parent_scope = curr_fcn->scope ();
-        
+
       uf->stash_parent_fcn_scope (parent_scope);
     }