[Webkit-unassigned] [Bug 125374] New: check-webkit-style shouldn't check indent of #define directives within initializer lists

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 6 17:41:27 PST 2013


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

           Summary: check-webkit-style shouldn't check indent of #define
                    directives within initializer lists
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: burg at cs.washington.edu


Test case where it spuriously complains about indentation:

RenderFileUploadControl::RenderFileUploadControl(HTMLInputElement& input, PassRef<RenderStyle> style)
    : RenderBlockFlow(input, std::move(style))
#if ENABLE(DRAG_SUPPORT)
    , m_canReceiveDroppedFiles(input.canReceiveDroppedFiles())
#endif
{
}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list