Bug 102885 - Web Inspector: "switch" code style in TimelinePresentationModel.js
Summary: Web Inspector: "switch" code style in TimelinePresentationModel.js
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-20 23:20 PST by pdeng6
Modified: 2012-11-22 12:31 PST (History)
10 users (show)

See Also:


Attachments
Patch (7.74 KB, patch)
2012-11-21 00:11 PST, pdeng6
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pdeng6 2012-11-20 23:20:08 PST
switch and case are not aligned in function _getRecordDetails
Comment 1 pdeng6 2012-11-21 00:11:59 PST
Created attachment 175353 [details]
Patch
Comment 2 Vivek Galatage 2012-11-21 20:34:43 PST
(In reply to comment #1)
> Created an attachment (id=175353) [details]
> Patch

I think we rarely do just code alignment patches. If you have a fix to some bug or some feature in this area, you can club this code alignment along with that.
Comment 3 pdeng6 2012-11-21 21:27:05 PST
(In reply to comment #2)
> (In reply to comment #1)
> > Created an attachment (id=175353) [details] [details]
> > Patch
> I think we rarely do just code alignment patches. If you have a fix to some bug or some feature in this area, you can club this code alignment along with that.

yep, this is a trivial change.
I did touch these code in https://bugs.webkit.org/show_bug.cgi?id=101910,
and was asked to seperate format change in new one from Pavel. 
or I mis-understood? thanks. :)
Comment 4 WebKit Review Bot 2012-11-22 12:31:47 PST
Comment on attachment 175353 [details]
Patch

Clearing flags on attachment: 175353

Committed r135537: <http://trac.webkit.org/changeset/135537>
Comment 5 WebKit Review Bot 2012-11-22 12:31:50 PST
All reviewed patches have been landed.  Closing bug.