Author: olehougaard
Date: Tue Mar 10 02:30:10 2009
New Revision: 1472

Modified:
    branches/bleeding_edge/src/parser.h

Log:
Fixed whitespace.
Review URL: http://codereview.chromium.org/43006

Modified: branches/bleeding_edge/src/parser.h
==============================================================================
--- branches/bleeding_edge/src/parser.h (original)
+++ branches/bleeding_edge/src/parser.h Tue Mar 10 02:30:10 2009
@@ -188,10 +188,10 @@
    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);
  };



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to