diff src/pt-pr-code.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 cf5ebc0e47e4
line wrap: on
line diff
--- a/src/pt-pr-code.cc
+++ b/src/pt-pr-code.cc
@@ -570,7 +570,7 @@
             os << ")";
           }
           break;
-            
+
         case '{':
           {
             char nc = nesting.top ();
@@ -590,7 +590,7 @@
             os << "}";
           }
           break;
-            
+
         case '.':
           {
             string_vector nm = *p_arg_names;