[Webkit-unassigned] [Bug 155445] New: 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 10:54:46 PDT 2016


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

            Bug ID: 155445
           Summary: check-webkit-style: warn when blank lines appear
                    between #include "config.h" and #include
                    "ThisFileName.h"
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: bfulgham at webkit.org, darin at apple.com,
                    lforschler at apple.com

In Bug 155394, I created a patch (that was auto-committed) that contained a blank line between these two lines in RefLogger.cpp:

#include "config.h"

#include "RefLogger.h"

However, this is against conventional WebKit style, so let's try to flag this in check-webkit-style so it can be spotted earlier and often-er.

-- 
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/11f85686/attachment.html>


More information about the webkit-unassigned mailing list