Index: runtime/vm/bit_vector.h |
diff --git a/runtime/vm/bit_vector.h b/runtime/vm/bit_vector.h |
index 62cf753c45b6995aaa65372d82851e04a4ab91ca..69a9d3ff06906da323b511a862c81b7787dc724b 100644 |
--- a/runtime/vm/bit_vector.h |
+++ b/runtime/vm/bit_vector.h |
@@ -12,7 +12,7 @@ |
namespace dart { |
// Bit vector implementation. |
-class BitVector: public ZoneAllocated { |
+class BitVector : public ZoneAllocated { |
public: |
// Iterator for the elements of this BitVector. |
class Iterator : public ValueObject { |