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

Unified Diff: runtime/vm/code_patcher_x64_test.cc

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 months 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/code_patcher_x64.cc ('k') | runtime/vm/compilation_trace.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/code_patcher_x64_test.cc
diff --git a/runtime/vm/code_patcher_x64_test.cc b/runtime/vm/code_patcher_x64_test.cc
index 5c7b0295de13d3dffde703aaad21d1b5022fc1fd..824c3b79063fab110e441ad6473d63d8a08c0664 100644
--- a/runtime/vm/code_patcher_x64_test.cc
+++ b/runtime/vm/code_patcher_x64_test.cc
@@ -48,7 +48,6 @@ ASSEMBLER_TEST_GENERATE(IcDataAccess, assembler) {
__ ret();
}
-
ASSEMBLER_TEST_RUN(IcDataAccess, test) {
uword return_address = test->entry() + CodePatcher::InstanceCallSizeInBytes();
ICData& ic_data = ICData::Handle();
« no previous file with comments | « runtime/vm/code_patcher_x64.cc ('k') | runtime/vm/compilation_trace.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698