Bug 133354 - Possible false positive error from check-webkit-style
Summary: Possible false positive error from check-webkit-style
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-28 13:20 PDT by Eduardo Lima Mitev
Modified: 2014-05-28 13:20 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eduardo Lima Mitev 2014-05-28 13:20:19 PDT
check-webkit-style spits error: 

`ERROR: Source/WebCore/CMakeLists.txt:30:  There should be exactly one empty line instead of 0 between "inspector" and "loader/appcache". `

on a patch that adds a couple of lines to WebCore_INCLUDE_DIRECTORIES. However  the patch has nothing to do with the error mentioned. The occurrence of "inspector" and "loader/appcache" happens at lines 545 and 547 (not 30), and there is an empty line between them.

See bug 133316 for details.