Bug 78857 - check-webkit-style complained about a '/' without space in a #error
Summary: check-webkit-style complained about a '/' without space in a #error
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: 2012-02-16 16:52 PST by Eli Fidler
Modified: 2012-02-16 16:52 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eli Fidler 2012-02-16 16:52:39 PST
I had:

#error Bad A/B

and the style bot (check-webkit-style) said:

Source/JavaScriptCore/wtf/unicode/icu/UnicodeICU.cpp:33:  Missing spaces around /  [whitespace/operators] [3]

which seems wrong.