Bug 121136 - Fix some indentation in Interpreter.cpp
Summary: Fix some indentation in Interpreter.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-10 17:27 PDT by Mark Lam
Modified: 2013-09-10 17:34 PDT (History)
0 users

See Also:


Attachments
the patch. (1.70 KB, patch)
2013-09-10 17:29 PDT, Mark Lam
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2013-09-10 17:27:14 PDT
This is purely cosmetic to fix some indentation mess up that was not caught in my last StackIterator patch.
Comment 1 Mark Lam 2013-09-10 17:29:36 PDT
Created attachment 211267 [details]
the patch.
Comment 2 Mark Lam 2013-09-10 17:34:52 PDT
Thanks for the review.  Landed in r155494: <http://trac.webkit.org/r155494>.