[Webkit-unassigned] [Bug 65163] New: [EFL] Fix pointer operator coding style in ewk_view
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 25 21:26:24 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65163
Summary: [EFL] Fix pointer operator coding style in ewk_view
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gyuyoung.kim at samsung.com
CC: demarchi at webkit.org, gyuyoung.kim at webkit.org
Public APIs of port tends to be in the coding style of the embedding system. So, this patch moves '*' operator to variable according to efl coding style. In addition, add a space between '*' and variable in type casting. But, I wonder if implementation of public API also needs to follow coding style of embedding system. It looks GTK port only follows embedding coding style rule in .h file. In my patch, I modify both .h and .cpp for now.
--
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