OSDN Git Service

Fix style issue.
authorVladimir Marko <vmarko@google.com>
Fri, 23 May 2014 17:43:51 +0000 (18:43 +0100)
committerVladimir Marko <vmarko@google.com>
Fri, 23 May 2014 17:43:51 +0000 (18:43 +0100)
Change-Id: I2044e01c68265c33e7fa6057efa7b6c7ac41ada4

runtime/base/bit_vector.h

index 43e98a7..426d7c4 100644 (file)
@@ -58,7 +58,7 @@ class BitVector {
           return !(*this == other);
         }
 
-        int operator*() const{
+        int operator*() const {
           DCHECK_LT(bit_index_, BitSize());
           return bit_index_;
         }