Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(721)

Unified Diff: runtime/vm/instructions_arm64.h

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/instructions_arm.cc ('k') | runtime/vm/instructions_arm64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « runtime/vm/instructions_arm.cc ('k') | runtime/vm/instructions_arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698