aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/formatter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/formatter.cpp b/src/formatter.cpp
index 2e3aee2..ef0f728 100644
--- a/src/formatter.cpp
+++ b/src/formatter.cpp
@@ -243,6 +243,7 @@ Bu::Formatter &Bu::operator<<( Bu::Formatter &f, Bu::Formatter::Special s )
243 char ci = f.getIndentChar(); 243 char ci = f.getIndentChar();
244 for( int j = 0; j < f.getIndent(); j++ ) 244 for( int j = 0; j < f.getIndent(); j++ )
245 f.write( &ci, 1 ); 245 f.write( &ci, 1 );
246 f.doFlush();
246 } 247 }
247 break; 248 break;
248 249