]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stream.hh
* flower
[lilypond.git] / lily / include / stream.hh
index 5c58945936589578d606332e13cfa55f56152193..c3a26f108cf9084d3c5f650fdf99092ce1b16d3d 100644 (file)
@@ -1,11 +1,10 @@
-/*   
-stream.hh -- declare compatibility glue for gcc 3.
+/*
+  stream.hh -- declare compatibility glue for gcc 3.
 
-source file of the GNU LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
-(c) 2001--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
+  (c) 2001--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+*/
 
 #ifndef STREAM_HH
 #define STREAM_HH
@@ -23,6 +22,5 @@ std::ostream *open_file_stream (String file_name, int mode = ios::out);
 #endif
 void close_file_stream (std::ostream *os);
 
-
 #endif /* STREAM_HH */