Bug 125982

Summary: Not our style to have a space before the & and no space after the &.
Product: WebKit Reporter: Gergő Balogh <gbalogh.u-szeged>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: darin, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.