From: Han-Wen Nienhuys Date: Sun, 22 Jul 2007 07:02:17 +0000 (-0700) Subject: whitespace fixes. X-Git-Tag: release/2.11.28-1~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=87f93bf41222c84282e4762c2a0ec8747ae60595;p=lilypond.git whitespace fixes. --- diff --git a/buildscripts/output-distance.py b/buildscripts/output-distance.py index 6ab955cec7..cfbd0b4b57 100644 --- a/buildscripts/output-distance.py +++ b/buildscripts/output-distance.py @@ -28,7 +28,7 @@ class TempDirectory: print 'dir is', self.dir def __del__ (self): print 'rm -rf %s' % self.dir - os.system ('rm -rf %s' % self.dir ) + os.system ('rm -rf %s' % self.dir) def __call__ (self): return self.dir @@ -436,7 +436,6 @@ class FileCompareLink (FileLink): return 0.0 else: return 100.0; - def get_content (self, f): print 'reading', f @@ -444,8 +443,6 @@ class FileCompareLink (FileLink): return s - - class GitFileCompareLink (FileCompareLink): def get_cell (self, oldnew): str = self.contents[oldnew]