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

Unified Diff: runtime/vm/debugger_dbc.cc

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/debugger_arm64.cc ('k') | runtime/vm/debugger_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debugger_dbc.cc
diff --git a/runtime/vm/debugger_dbc.cc b/runtime/vm/debugger_dbc.cc
index ac21678dafef9a8a56ec58c3a21792735917e82b..b808967c92aa5e8ac1914556879ccacdeda72c36 100644
--- a/runtime/vm/debugger_dbc.cc
+++ b/runtime/vm/debugger_dbc.cc
@@ -43,11 +43,8 @@ void CodeBreakpoint::PatchCode() {
// DebugBreak has an A operand matching the call it replaces.
// This ensures that Return instructions continue to work - as they
// look at calls to figure out how many arguments to drop.
- *CallInstructionFromReturnAddress(pc_) =
- Bytecode::Encode(Bytecode::kDebugBreak,
- Bytecode::DecodeArgc(saved_value_),
- 0,
- 0);
+ *CallInstructionFromReturnAddress(pc_) = Bytecode::Encode(
+ Bytecode::kDebugBreak, Bytecode::DecodeArgc(saved_value_), 0, 0);
break;
}
« no previous file with comments | « runtime/vm/debugger_arm64.cc ('k') | runtime/vm/debugger_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698