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

Unified Diff: runtime/bin/io_buffer.h

Issue 2480793002: clang-format runtime/bin (Closed)
Patch Set: 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/bin/hashmap_test.cc ('k') | runtime/bin/io_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_buffer.h
diff --git a/runtime/bin/io_buffer.h b/runtime/bin/io_buffer.h
index ddd60d446ecdf4257bfb9e5a10f6c592f3d57f27..066a2b94908ce4422c7dc2a8189ffafc5594e695 100644
--- a/runtime/bin/io_buffer.h
+++ b/runtime/bin/io_buffer.h
@@ -15,7 +15,7 @@ class IOBuffer {
public:
// Allocate an IO buffer dart object (of type Uint8List) backed by
// an external byte array.
- static Dart_Handle Allocate(intptr_t size, uint8_t **buffer);
+ static Dart_Handle Allocate(intptr_t size, uint8_t** buffer);
// Allocate IO buffer storage.
static uint8_t* Allocate(intptr_t size);
« no previous file with comments | « runtime/bin/hashmap_test.cc ('k') | runtime/bin/io_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698