diff options
Diffstat (limited to 'dist/style.py')
-rwxr-xr-x | dist/style.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/style.py b/dist/style.py index ecb24d756e8..af713c03a59 100755 --- a/dist/style.py +++ b/dist/style.py @@ -35,7 +35,6 @@ def lines_could_join(): print '\t' + m.group(1).lstrip() + m.group(2) print - missing_comment() # Don't display lines that could be joined by default; in some cases, the code |