NEW 125982
Not our style to have a space before the & and no space after the &.
https://bugs.webkit.org/show_bug.cgi?id=125982
Summary Not our style to have a space before the & and no space after the &.
Gergő Balogh
Reported 2013-12-18 23:51:59 PST
example: for (Option &option : optionlist) {
Attachments
Ryosuke Niwa
Comment 1 2013-12-19 00:55:20 PST
No, our style is to do: for (Option& option : optionlist) { See http://www.webkit.org/coding/coding-style.html#pointers-cpp
Gergő Balogh
Comment 2 2013-12-19 06:05:15 PST
Yes, you are right, I was unclear. It meant to be an example for the error itself, not for the correct style.
Note You need to log in before you can comment on or make changes to this bug.