<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ddkilzer&#64;webkit.org" title="David Kilzer (:ddkilzer) &lt;ddkilzer&#64;webkit.org&gt;"> <span class="fn">David Kilzer (:ddkilzer)</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - check-webkit-style: should warn when blank line appears between #include &quot;config.h&quot; and #include &quot;ThisFileName.h&quot;"
   href="https://bugs.webkit.org/show_bug.cgi?id=155445">bug 155445</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>check-webkit-style: warn when blank lines appear between #include &quot;config.h&quot; and #include &quot;ThisFileName.h&quot;
           </td>
           <td>check-webkit-style: should warn when blank line appears between #include &quot;config.h&quot; and #include &quot;ThisFileName.h&quot;
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - check-webkit-style: should warn when blank line appears between #include &quot;config.h&quot; and #include &quot;ThisFileName.h&quot;"
   href="https://bugs.webkit.org/show_bug.cgi?id=155445#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - check-webkit-style: should warn when blank line appears between #include &quot;config.h&quot; and #include &quot;ThisFileName.h&quot;"
   href="https://bugs.webkit.org/show_bug.cgi?id=155445">bug 155445</a>
              from <span class="vcard"><a class="email" href="mailto:ddkilzer&#64;webkit.org" title="David Kilzer (:ddkilzer) &lt;ddkilzer&#64;webkit.org&gt;"> <span class="fn">David Kilzer (:ddkilzer)</span></a>
</span></b>
        <pre>Strangely, this only appears to fail in RefLogger.cpp:

Steps to reproduce:
1. git checkout bb9b34395effabdaeec2b92e42cee9df70aad271^
2. ./Tools/Scripts/check-webkit-style ./Tools/TestWebKitAPI/Tests/WTF/RefLogger.cpp

Expected results:
ERROR: Tools/TestWebKitAPI/Tests/WTF/RefLogger.cpp:28:  You should not add a blank line before implementation file's own header.  [build/include_order] [4]
Total errors found: 1 in 1 files

Actual results:
Total errors found: 0 in 1 files</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>