Reviewers: Jakob,

Description:
Fix presubmit errors

[email protected]

Please review this at https://codereview.chromium.org/16017008/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/code-stubs.h


Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index 013086e1f1586c4197bb890e766dae4e88daf7bd..f4e2b7d36c7679f41617a42a458e6e3b97628901 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -1207,7 +1207,7 @@ class CompareNilICStub : public HydrogenCodeStub  {
   }
   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