Bug 109768 - Fix indentation error in MediaPlayerPrivateGStreamer.h
Summary: Fix indentation error in MediaPlayerPrivateGStreamer.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Linux
: P2 Normal
Assignee: Soo-Hyun Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-13 16:25 PST by Soo-Hyun Choi
Modified: 2013-02-13 19:46 PST (History)
9 users (show)

See Also:


Attachments
Patch (8.55 KB, patch)
2013-02-13 16:33 PST, Soo-Hyun Choi
no flags Details | Formatted Diff | Diff
Patch (8.54 KB, patch)
2013-02-13 17:00 PST, Soo-Hyun Choi
no flags Details | Formatted Diff | Diff
Patch (8.52 KB, patch)
2013-02-13 19:13 PST, Soo-Hyun Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Soo-Hyun Choi 2013-02-13 16:25:58 PST
Indentation used in MediaPlayerPrivateGStreamer.h doesn't seem to be matched with WebKit coding style (http://www.webkit.org/coding/coding-style.html).
Comment 1 Soo-Hyun Choi 2013-02-13 16:33:15 PST
Created attachment 188220 [details]
Patch
Comment 2 WebKit Review Bot 2013-02-13 16:39:56 PST
Attachment 188220 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h']" exit_code: 1
Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:110:  The parameter name "state" adds no information, so it should be removed.  [readability/parameter_name] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Kentaro Hara 2013-02-13 16:51:15 PST
Comment on attachment 188220 [details]
Patch

Please fix the style error before landing.
Comment 4 Soo-Hyun Choi 2013-02-13 16:57:51 PST
(In reply to comment #3)
> (From update of attachment 188220 [details])
> Please fix the style error before landing.

Sure - I will just remove the parameter name "state" in this patch.
Comment 5 Soo-Hyun Choi 2013-02-13 17:00:55 PST
Created attachment 188225 [details]
Patch
Comment 6 WebKit Review Bot 2013-02-13 18:22:57 PST
Comment on attachment 188225 [details]
Patch

Rejecting attachment 188225 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=gce-cq-03', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 188225, '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Last 500 characters of output:
commit-queue/Source/WebKit/chromium/third_party/v8-i18n --revision 164 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
54>At revision 164.

________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'

________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
Updating webkit projects from gyp files...

Full output: http://queues.webkit.org/results/16538378
Comment 7 Soo-Hyun Choi 2013-02-13 19:13:24 PST
Created attachment 188249 [details]
Patch
Comment 8 Soo-Hyun Choi 2013-02-13 19:16:27 PST
(In reply to comment #6)
> (From update of attachment 188225 [details])
> Rejecting attachment 188225 [details] from commit-queue.
> 
> Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=gce-cq-03', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 188225, '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue
> 
> Last 500 characters of output:
> commit-queue/Source/WebKit/chromium/third_party/v8-i18n --revision 164 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
> 54>At revision 164.
> 
> ________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
> 
> ________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
> Updating webkit projects from gyp files...
> 
> Full output: http://queues.webkit.org/results/16538378

This error was occurred due to the unchanged statememnt of "No New Test (OOPS!)", which I have fixed and re-uploaded.

cq again?
Comment 9 WebKit Review Bot 2013-02-13 19:46:49 PST
Comment on attachment 188249 [details]
Patch

Clearing flags on attachment: 188249

Committed r142845: <http://trac.webkit.org/changeset/142845>
Comment 10 WebKit Review Bot 2013-02-13 19:46:53 PST
All reviewed patches have been landed.  Closing bug.