[Webkit-unassigned] [Bug 125443] New: check-webkit-style: ternary operator in macro call identified as initialization list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 9 02:41:53 PST 2013


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

           Summary: check-webkit-style: ternary operator in macro call
                    identified as initialization list
           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: lac at inf.u-szeged.hu


checkstyle issued error for the following patch: https://bugs.webkit.org/show_bug.cgi?id=125298

/WebKitWebSourceGStreamer.cpp:943:
GST_LOG_OBJECT(src, "Have %lld bytes of data", priv->buffer ? static_cast<long long>(gst_buffer_get_size(priv->buffer.get())) : length);

ERROR: Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:943:  Should be indented on a separate line, with the colon or comma first on that line.  [whitespace/indent] [4]
ERROR: Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:943:  Comma should be at the beggining of the line in a member initialization list.  [whitespace/init] [4]

-- 
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