correct the justification of the text

This commit is contained in:
Martin A. Brown 2016-04-02 11:58:35 -07:00
parent af80925d70
commit 0b8ae435f8
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ class SourceDocument(object):
print(' source file {}'.format(self.filename), file=file)
for why, f in sorted(self.differing):
fname = os.path.join(self.dirname, f)
print(' {:7} source {}'.format(why, fname), file=file)
print(' {:>7} source {}'.format(why, fname), file=file)
if self.output:
for f in sorted(self.output.missing):
print(' missing output {}'.format(f), file=file)