| Index: runtime/vm/instructions_mips.h
|
| diff --git a/runtime/vm/instructions_mips.h b/runtime/vm/instructions_mips.h
|
| index 83907cb313f3b428d9bcb41e87eee39da9be7149..4223857ea0ecfe99fa250ddd9edde630b0816d3b 100644
|
| --- a/runtime/vm/instructions_mips.h
|
| +++ b/runtime/vm/instructions_mips.h
|
| @@ -121,9 +121,7 @@ class ReturnPattern : public ValueObject {
|
| // jr(RA) = 1
|
| static const int kLengthInBytes = 1 * Instr::kInstrSize;
|
|
|
| - int pattern_length_in_bytes() const {
|
| - return kLengthInBytes;
|
| - }
|
| + int pattern_length_in_bytes() const { return kLengthInBytes; }
|
|
|
| bool IsValid() const;
|
|
|
|
|