]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/source-file.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / source-file.cc
index 4f181e1c9b13578277640b3acb3f4bd1f721462c..6957cc19c0217e18e2af538b9d1f8547a789adbb 100644 (file)
@@ -156,7 +156,7 @@ Slice
 Source_file::line_slice (char const* pos_str0) const
 {
   if (!contains (pos_str0))
-    return Slice (0,0);
+    return Slice (0, 0);
 
   char const* data_str0 = to_str0 ();
   char const * eof_C_ = data_str0 + length ();