Index: runtime/vm/instructions.h |
diff --git a/runtime/vm/instructions.h b/runtime/vm/instructions.h |
index 8b14145d0e9447b1d5924b062887a30d958ee590..be8c604aec0b7cd62c9a26c0a63a8bbeabcd7213 100644 |
--- a/runtime/vm/instructions.h |
+++ b/runtime/vm/instructions.h |
@@ -28,9 +28,7 @@ namespace dart { |
class Object; |
class Code; |
-bool DecodeLoadObjectFromPoolOrThread(uword pc, |
- const Code& code, |
- Object* obj); |
+bool DecodeLoadObjectFromPoolOrThread(uword pc, const Code& code, Object* obj); |
} // namespace dart |