]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/output-distance.py
further tunedown of speed importance
[lilypond.git] / buildscripts / output-distance.py
index ebc8395f6253c591c10bfc4eabfa327a252f8ead..a3c4df5cbaf9ca52ee255e0a386e4d0bf6bdd512 100644 (file)
@@ -508,9 +508,10 @@ class ProfileFileLink (FileCompareLink):
                     note_info, self.contents[oldnew])
 
         dist = 0.0
-        factor = {'time': 1.0 ,
-                  'cells': 5.0,
-                  }
+        factor = {
+            'time': 1.0 ,
+            'cells': 5.0,
+            }
         
         for k in ('time', 'cells'):
             real_val = math.tan (self.get_ratio (k) * 0.5 * math.pi)