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

Unified Diff: runtime/vm/visitor.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/virtual_memory_win.cc ('k') | runtime/vm/weak_code.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/visitor.h
diff --git a/runtime/vm/visitor.h b/runtime/vm/visitor.h
index 11d3404560ac8dfd4a9e00fb1f87fdb9c693cd7d..424f4864b8890cdb1acec8cf855e3cae8d16f124 100644
--- a/runtime/vm/visitor.h
+++ b/runtime/vm/visitor.h
@@ -43,7 +43,6 @@ class ObjectPointerVisitor {
DISALLOW_IMPLICIT_CONSTRUCTORS(ObjectPointerVisitor);
};
-
// An object visitor interface.
class ObjectVisitor {
public:
@@ -58,7 +57,6 @@ class ObjectVisitor {
DISALLOW_COPY_AND_ASSIGN(ObjectVisitor);
};
-
// An object finder visitor interface.
class FindObjectVisitor {
public:
« no previous file with comments | « runtime/vm/virtual_memory_win.cc ('k') | runtime/vm/weak_code.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698