Index: runtime/vm/instructions_x64.cc |
diff --git a/runtime/vm/instructions_x64.cc b/runtime/vm/instructions_x64.cc |
index efebc15c82a8f0ec23e45869645bad5030a34092..bc0553da1a74fd8ea464920f5213a7135e32e492 100644 |
--- a/runtime/vm/instructions_x64.cc |
+++ b/runtime/vm/instructions_x64.cc |
@@ -14,9 +14,7 @@ |
namespace dart { |
-bool DecodeLoadObjectFromPoolOrThread(uword pc, |
- const Code& code, |
- Object* obj) { |
+bool DecodeLoadObjectFromPoolOrThread(uword pc, const Code& code, Object* obj) { |
ASSERT(code.ContainsInstructionAt(pc)); |
uint8_t* bytes = reinterpret_cast<uint8_t*>(pc); |