Bug 88995

Summary: check-webkit-style needs to respect Qt API coding style
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: Tools / TestsAssignee: Zoltan Horvath <zoltan>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dpranke, levin, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch none

Description Zoltan Horvath 2012-06-13 07:22:24 PDT
Add -whitespace/declaration exception to Qt API files.
In the comment of: https://bugs.webkit.org/show_bug.cgi?id=88785#c4 I got a false positive alarm for Source/WebKit/qt/Api/qwebframe.cpp:1767:  Declaration has space between type name and * in QImage *pix  [whitespace/declaration] [3]
Comment 1 Zoltan Horvath 2012-06-13 07:24:07 PDT
Created attachment 147311 [details]
proposed patch
Comment 2 Csaba Osztrogonác 2012-06-13 07:31:09 PDT
Comment on attachment 147311 [details]
proposed patch

rs=me
Comment 3 Zoltan Horvath 2012-06-13 08:15:54 PDT
Comment on attachment 147311 [details]
proposed patch

Clearing flags on attachment: 147311

Committed r120212: <http://trac.webkit.org/changeset/120212>
Comment 4 Zoltan Horvath 2012-06-13 08:16:04 PDT
All reviewed patches have been landed.  Closing bug.