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

Unified Diff: runtime/vm/type_table.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/token_position.cc ('k') | runtime/vm/unibrow.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/type_table.h
diff --git a/runtime/vm/type_table.h b/runtime/vm/type_table.h
index 6541d20183fe9665cdb1a2146627165a141eba47..518491b758ea9c7ef73f6aba99d7ae5dee0abfa4 100644
--- a/runtime/vm/type_table.h
+++ b/runtime/vm/type_table.h
@@ -22,7 +22,6 @@ class CanonicalTypeKey {
DISALLOW_ALLOCATION();
};
-
// Traits for looking up Canonical Type based on it's hash.
class CanonicalTypeTraits {
public:
@@ -51,7 +50,6 @@ class CanonicalTypeTraits {
};
typedef UnorderedHashSet<CanonicalTypeTraits> CanonicalTypeSet;
-
class CanonicalTypeArgumentsKey {
public:
explicit CanonicalTypeArgumentsKey(const TypeArguments& key) : key_(key) {}
@@ -65,7 +63,6 @@ class CanonicalTypeArgumentsKey {
DISALLOW_ALLOCATION();
};
-
// Traits for looking up Canonical TypeArguments based on its hash.
class CanonicalTypeArgumentsTraits {
public:
« no previous file with comments | « runtime/vm/token_position.cc ('k') | runtime/vm/unibrow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698