Improve consistency of units in logging.

Change-Id: I312591569816890ba0b7541b6b447c4f8755093b
diff --git a/src/object.cc b/src/object.cc
index c08e122..9e84327 100644
--- a/src/object.cc
+++ b/src/object.cc
@@ -1175,8 +1175,7 @@
   }
 }
 
-bool String::Equals(const uint16_t* that_chars, int32_t that_offset,
-                    int32_t that_length) const {
+bool String::Equals(const uint16_t* that_chars, int32_t that_offset, int32_t that_length) const {
   if (this->GetLength() != that_length) {
     return false;
   } else {