[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 09:18:11 PDT 2012


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





--- Comment #4 from Christophe Dumez <christophe.dumez at intel.com>  2012-09-01 09:18:21 PST ---
(From update of attachment 161828)
View in context: https://bugs.webkit.org/attachment.cgi?id=161828&action=review

On principal, I like the idea.

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

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