Support for stack scanning of roots.

Change-Id: Icbb02959725735faaa230e0fd00e8039b2f9c1b2
diff --git a/src/object.h b/src/object.h
index 47aa98d..9b1d3c7 100644
--- a/src/object.h
+++ b/src/object.h
@@ -838,8 +838,7 @@
   }
 
   ShortArray* GetVMapTable() const {
-    return GetFieldObject<ShortArray*>(
-        OFFSET_OF_OBJECT_MEMBER(Method, vmap_table_), false);
+    return GetFieldObject<ShortArray*>(OFFSET_OF_OBJECT_MEMBER(Method, vmap_table_), false);
   }
 
   size_t GetFrameSizeInBytes() const {