Summary: | [GLib] GMainLoopSource should receive the std::function<> objects through rvalue references | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> | ||||
Component: | New Bugs | Assignee: | Zan Dobersek <zan> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | benjamin, cgarcia, cmarcelo, commit-queue | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Zan Dobersek
2015-08-13 10:09:36 PDT
Created attachment 258895 [details]
Patch
Attachment 258895 [details] did not pass style-queue:
ERROR: Source/WTF/wtf/glib/GMainLoopSource.cpp:100: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GMainLoopSource.cpp:117: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GMainLoopSource.cpp:134: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GMainLoopSource.cpp:169: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GMainLoopSource.cpp:186: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GMainLoopSource.cpp:203: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GMainLoopSource.cpp:220: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GMainLoopSource.cpp:266: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GMainLoopSource.cpp:283: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GThreadSafeMainLoopSource.cpp:63: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GThreadSafeMainLoopSource.cpp:70: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GThreadSafeMainLoopSource.cpp:77: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GThreadSafeMainLoopSource.cpp:84: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GThreadSafeMainLoopSource.cpp:91: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/GThreadSafeMainLoopSource.cpp:98: Extra space before ( in function call [whitespace/parens] [4]
Total errors found: 15 in 7 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 258895 [details] Patch Clearing flags on attachment: 258895 Committed r188633: <http://trac.webkit.org/changeset/188633> All reviewed patches have been landed. Closing bug. |