Changeset 51526 in webkit


Ignore:
Timestamp:
Nov 30, 2009 11:25:13 PM (14 years ago)
Author:
abarth@webkit.org
Message:

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:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r51525 r51526  
     12009-11-30  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        check-webkit-style is slightly too verbose
     6        https://bugs.webkit.org/show_bug.cgi?id=32010
     7
     8        check-webkit-style prints out a bunch of "done" lines that seem redundant,
     9        especially for the style-queue.
     10
     11        * Scripts/modules/cpp_style.py:
     12
    1132009-11-30  Alejandro G. Castro  <alex@igalia.com>
    214
  • trunk/WebKitTools/Scripts/modules/cpp_style.py

    r49690 r51526  
    30393039                  'better to use only a \\n')
    30403040
    3041     sys.stderr.write('Done processing %s\n' % filename)
    3042 
    30433041
    30443042def print_usage(message):
Note: See TracChangeset for help on using the changeset viewer.