[Webkit-unassigned] [Bug 95640] [EFL] Add missing semicolon at the end of some lines.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 1 10:51:52 PDT 2012


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





--- Comment #5 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2012-09-01 10:52:01 PST ---
(From update of attachment 161828)
View in context: https://bugs.webkit.org/attachment.cgi?id=161828&action=review

EWK_VIEW_TYPE_CHECK does not seem to have had any meaningful change, I don't understand the reason for the additional spaces at the end of the lines.

>> Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:168
>> +    } while (0)
> 
> We don't technically need to do { } while(0) here. Why not simply get rid of the semicolon at the end of evas_object_smart_data_get(ewkView)?

The best reason I can think of is convention.

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