diff src/ov-file.cc @ 2916:4e7bea116f24

[project @ 1997-04-30 20:56:31 by jwe]
author jwe
date Wed, 30 Apr 1997 20:57:48 +0000
parents e6d25bc478dd
children 30770ba4457a
line wrap: on
line diff
--- a/src/ov-file.cc
+++ b/src/ov-file.cc
@@ -62,7 +62,6 @@
 void
 octave_file::print (ostream& os, bool) const
 {
-  indent (os);
   print_raw (os);
   newline (os);
 }
@@ -70,7 +69,7 @@
 void
 octave_file::print_raw (ostream& os, bool) const
 {
-  os << "{"; newline (os);
+  indent (os); os << "{"; newline (os);
 
   if (stream)
     {