]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/source-file.cc
Merge remote-tracking branch 'origin/release/unstable' into staging
[lilypond.git] / lily / source-file.cc
index 88ee243630b46457b6b50c36ac4f32e54bc225b9..d847605425b0d9be7a9ec79bf66f0d2b462a8004 100644 (file)
@@ -290,7 +290,7 @@ Source_file::get_counts (char const *pos_str0,
       // called in mid-character, the results are somewhat arbitrary,
       // but there is no really sane definition anyway.
       if ((*line_chars & 0xc0) == 0x80)
-       continue;
+        continue;
 
       if (*line_chars == '\t')
         (*column) = (*column / 8 + 1) * 8;