Revision: 15008
Author:   [email protected]
Date:     Fri Jun  7 08:43:56 2013
Log:      Fix presubmit errors

[email protected]

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

Modified:
 /branches/bleeding_edge/src/code-stubs.h

=======================================
--- /branches/bleeding_edge/src/code-stubs.h    Fri Jun  7 06:11:17 2013
+++ /branches/bleeding_edge/src/code-stubs.h    Fri Jun  7 08:43:56 2013
@@ -1207,7 +1207,7 @@
   }
   static byte ExtractTypesFromExtraICState(
       Code::ExtraICState state) {
-    return state & ((1<<NUMBER_OF_TYPES)-1);
+    return state & ((1 << NUMBER_OF_TYPES) - 1);
   }

   void Record(Handle<Object> object);

--
--
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