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

Unified Diff: runtime/vm/dart_api_message.h

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/dart_api_impl_test.cc ('k') | runtime/vm/dart_api_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart_api_message.h
diff --git a/runtime/vm/dart_api_message.h b/runtime/vm/dart_api_message.h
index c74737ea4770f966287bda54b34c7297bd7b9b07..d2a84e2dd342b6b24a2b8e68beca7bf2f77441c3 100644
--- a/runtime/vm/dart_api_message.h
+++ b/runtime/vm/dart_api_message.h
@@ -41,7 +41,6 @@ struct Dart_CObject_Internal : public Dart_CObject {
} internal;
};
-
// Reads a message snapshot into a C structure.
class ApiMessageReader : public BaseReader {
public:
@@ -153,7 +152,6 @@ class ApiMessageReader : public BaseReader {
static _Dart_CObject* singleton_uint32_typed_data_;
};
-
class ApiMessageWriter : public BaseWriter {
public:
static const intptr_t kInitialSize = 512;
@@ -205,7 +203,6 @@ class ApiMessageWriter : public BaseWriter {
DISALLOW_COPY_AND_ASSIGN(ApiMessageWriter);
};
-
// This class handles translation of certain RawObjects to CObjects for
// NativeMessageHandlers.
//
« no previous file with comments | « runtime/vm/dart_api_impl_test.cc ('k') | runtime/vm/dart_api_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698