Bug 65357

Summary: [EFL] Fix pointer operator coding style in ewk_frame
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, lucas.de.marchi, tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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.