Bug 65357 - [EFL] Fix pointer operator coding style in ewk_frame
Summary: [EFL] Fix pointer operator coding style in ewk_frame
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-28 20:27 PDT by Gyuyoung Kim
Modified: 2011-07-28 21:18 PDT (History)
4 users (show)

See Also:


Attachments
Patch (42.29 KB, patch)
2011-07-28 20:28 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (42.29 KB, patch)
2011-07-28 20:31 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2011-07-28 20:27:01 PDT
Move '*' operator to variable according to efl coding style. Because, '*' operator is next to variable in EFL coding style.
Comment 1 Gyuyoung Kim 2011-07-28 20:28:10 PDT
Created attachment 102330 [details]
Patch
Comment 2 Gyuyoung Kim 2011-07-28 20:29:27 PDT
Hello tkent, could you please review this patch?
Comment 3 WebKit Review Bot 2011-07-28 20:30:43 PDT
Attachment 102330 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/efl/ChangeLog', u'Source/Web..." exit_code: 1

Source/WebKit/efl/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Gyuyoung Kim 2011-07-28 20:31:33 PDT
Created attachment 102331 [details]
Patch

There was changelog problem.
Comment 5 Kent Tamura 2011-07-28 20:43:02 PDT
Comment on attachment 102331 [details]
Patch

ok
Comment 6 WebKit Review Bot 2011-07-28 21:18:34 PDT
Comment on attachment 102331 [details]
Patch

Clearing flags on attachment: 102331

Committed r91971: <http://trac.webkit.org/changeset/91971>
Comment 7 WebKit Review Bot 2011-07-28 21:18:40 PDT
All reviewed patches have been landed.  Closing bug.