Reviewed by Eric Seidel.
check-webkit-style is slightly too verbose
https://bugs.webkit.org/show_bug.cgi?id=32010
check-webkit-style prints out a bunch of "done" lines that seem redundant,
especially for the style-queue.
* Scripts/modules/cpp_style.py:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@51526
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2009-11-30 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ check-webkit-style is slightly too verbose
+ https://bugs.webkit.org/show_bug.cgi?id=32010
+
+ check-webkit-style prints out a bunch of "done" lines that seem redundant,
+ especially for the style-queue.
+
+ * Scripts/modules/cpp_style.py:
+
2009-11-30 Alejandro G. Castro <alex@igalia.com>
Reviewed by Eric Seidel.
2009-11-30 Alejandro G. Castro <alex@igalia.com>
Reviewed by Eric Seidel.
'One or more unexpected \\r (^M) found;'
'better to use only a \\n')
'One or more unexpected \\r (^M) found;'
'better to use only a \\n')
- sys.stderr.write('Done processing %s\n' % filename)
-
def print_usage(message):
"""Prints a brief usage string and exits, optionally with an error message.
def print_usage(message):
"""Prints a brief usage string and exits, optionally with an error message.