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

Unified Diff: runtime/vm/instructions_arm.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.h ('k') | runtime/vm/instructions_arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/instructions_arm.h
diff --git a/runtime/vm/instructions_arm.h b/runtime/vm/instructions_arm.h
index efaa73b77cdfdb207fc29a4e44faada09b128f4d..c4f48110d9b470e162baba4663ea082bb61819b9 100644
--- a/runtime/vm/instructions_arm.h
+++ b/runtime/vm/instructions_arm.h
@@ -121,9 +121,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.h ('k') | runtime/vm/instructions_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698