| Index: runtime/vm/instructions_arm64.h
|
| diff --git a/runtime/vm/instructions_arm64.h b/runtime/vm/instructions_arm64.h
|
| index e86a306d0118d0d992410cab26d17d5ef89cb1d4..01808fc4c6c491cbae4c1807909ea9885db97f5e 100644
|
| --- a/runtime/vm/instructions_arm64.h
|
| +++ b/runtime/vm/instructions_arm64.h
|
| @@ -128,9 +128,7 @@ class ReturnPattern : public ValueObject {
|
| // bx_lr = 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;
|
|
|
|
|