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

Unified Diff: runtime/bin/io_buffer.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/bin/hashmap_test.cc ('k') | runtime/bin/io_natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_buffer.cc
diff --git a/runtime/bin/io_buffer.cc b/runtime/bin/io_buffer.cc
index 3d671e0030c48b540747910d63b4e9e5b1fdf125..57f9c3a1f236a3c3da07cdf273d54fa38b9948c4 100644
--- a/runtime/bin/io_buffer.cc
+++ b/runtime/bin/io_buffer.cc
@@ -23,7 +23,6 @@ Dart_Handle IOBuffer::Allocate(intptr_t size, uint8_t** buffer) {
return result;
}
-
uint8_t* IOBuffer::Allocate(intptr_t size) {
return new uint8_t[size];
}
« no previous file with comments | « runtime/bin/hashmap_test.cc ('k') | runtime/bin/io_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698