mirror of
https://github.com/reactos/ninja.git
synced 2024-11-23 03:39:48 +00:00
Fix indent in pull request #1042.
This commit is contained in:
parent
8f658d6329
commit
8c18cf97ff
@ -24,7 +24,7 @@ class Writer(object):
|
||||
def comment(self, text, has_path=False):
|
||||
args = {}
|
||||
if has_path:
|
||||
args['break_long_words'] = args['break_on_hyphens'] = False
|
||||
args['break_long_words'] = args['break_on_hyphens'] = False
|
||||
for line in textwrap.wrap(text, self.width - 2, **args):
|
||||
self.output.write('# ' + line + '\n')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user