Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 11a8e7ffe465b03210abe80b3edb90614f3afeea..7068b980c7b588a1960ba23c3b25696a6511a420 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1014,7 +1014,7 @@ class Smi: public Object { |
void SmiVerify(); |
#endif |
- static const int kMinValue = |
+ static const int kMinValue = |
(static_cast<unsigned int>(-1)) << (kSmiValueSize - 1); |
static const int kMaxValue = -(kMinValue + 1); |