Fixed whitespace.

Review URL: http://codereview.chromium.org/43006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1472 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
olehougaard 2009-03-10 09:30:10 +00:00
parent 782b53799d
commit 4703382b3e

View File

@ -188,10 +188,10 @@ class CompileTimeValue: public AllStatic {
static Handle<FixedArray> GetElements(Handle<FixedArray> value);
private:
static const int kTypeSlot = 0;
static const int kElementsSlot = 1;
static const int kTypeSlot = 0;
static const int kElementsSlot = 1;
DISALLOW_IMPLICIT_CONSTRUCTORS(CompileTimeValue);
DISALLOW_IMPLICIT_CONSTRUCTORS(CompileTimeValue);
};