Revision: 15363
Author:   [email protected]
Date:     Thu Jun 27 08:17:55 2013
Log:      Fix check style breakage.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/18056005
http://code.google.com/p/v8/source/detail?r=15363

Modified:
 /branches/bleeding_edge/src/hydrogen.h

=======================================
--- /branches/bleeding_edge/src/hydrogen.h      Thu Jun 27 07:36:14 2013
+++ /branches/bleeding_edge/src/hydrogen.h      Thu Jun 27 08:17:55 2013
@@ -428,7 +428,10 @@
                          int32_t integer_value);

   template<class Phase>
-  void Run() { Phase phase(this); phase.Run(); }
+  void Run() {
+    Phase phase(this);
+    phase.Run();
+  }

   void MarkLive(HValue* ref, HValue* instr, ZoneList<HValue*>* worklist);
   void MarkLiveInstructions();

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to