]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/makelsr.py
Replace Tab with 8 spaces for .py files #2
[lilypond.git] / scripts / auxiliar / makelsr.py
index adf8681638f72781bbb915979403ff47ad613668..8b4f3a3e320a6aedbbe6df31c581fcfe36c33b00 100755 (executable)
@@ -138,7 +138,7 @@ def escape_backslashes_in_header(snippet):
     # one backreference to group 1 (that's two 2\ ).
     new_header = re.sub("@code\{\\\\([a-zA-Z])", "@code{\\\\\\\\\\1", header)
     escaped_snippet = (snippet[:header_char_number_start] +
-       new_header + snippet[header_char_number_end:])
+        new_header + snippet[header_char_number_end:])
     return escaped_snippet
 
 def copy_ly (srcdir, name, tags):