[Webkit-unassigned] [Bug 155445] check-webkit-style: warn when blank lines appear between #include "config.h" and #include "ThisFileName.h"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 11:24:04 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=155445

--- Comment #2 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
(In reply to comment #1)
> And in Tools:
> 
> $ find Tools -type f -exec perl -e 'use File::Basename; undef $/; my $file =
> $ARGV[0]; my $base = basename($file); $base =~ s/\.[a-z]+$//; my $content =
> <>; print "$file\n" if ($content =~ m/#include "config.h"\n\n#include
> "${base}.h"/mg);' {} \;
> Tools/TestWebKitAPI/PlatformUtilities.cpp
> Tools/TestWebKitAPI/Tests/WTF/RefLogger.cpp

Fixed in:

Committed r198141:  <http://trac.webkit.org/r198141>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160314/9b0152ec/attachment.html>


More information about the webkit-unassigned mailing list