]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stream.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / stream.hh
index 2547900e9e6d664067fc3e67eab9c2a185996492..06bd345da9f568a380a9613cff6e92312e6b3c25 100644 (file)
@@ -28,7 +28,7 @@ using namespace std;
 
 #if __GNUC__ > 2
 ostream *open_file_stream (string file_name,
-                               ios_base::openmode mode = ios::out);
+                           ios_base::openmode mode = ios::out);
 #else
 ostream *open_file_stream (string file_name, int mode = ios::out);
 #endif