From: abarth@webkit.org Date: Tue, 1 Dec 2009 07:25:13 +0000 (+0000) Subject: 2009-11-30 Adam Barth X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=518f675bd2e10d68a5aefbf170db2f2a43591e1c 2009-11-30 Adam Barth 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 --- diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog index b5c5c17044a9..651f1ff0c426 100644 --- a/WebKitTools/ChangeLog +++ b/WebKitTools/ChangeLog @@ -1,3 +1,15 @@ +2009-11-30 Adam Barth + + 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 Reviewed by Eric Seidel. diff --git a/WebKitTools/Scripts/modules/cpp_style.py b/WebKitTools/Scripts/modules/cpp_style.py index 485b07c4dcd3..842b16fb4433 100644 --- a/WebKitTools/Scripts/modules/cpp_style.py +++ b/WebKitTools/Scripts/modules/cpp_style.py @@ -3038,8 +3038,6 @@ def process_file(filename, error=error): '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.