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

Unified Diff: runtime/vm/pages.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/os_win.cc ('k') | runtime/vm/pages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/pages.h
diff --git a/runtime/vm/pages.h b/runtime/vm/pages.h
index aaa675e2155eeb6d4dca18ad68ccc15946b6542d..926acd33227402b012ecba6365dfd3e4ebe24165 100644
--- a/runtime/vm/pages.h
+++ b/runtime/vm/pages.h
@@ -82,7 +82,6 @@ class HeapPage {
DISALLOW_IMPLICIT_CONSTRUCTORS(HeapPage);
};
-
// The history holds the timing information of the last garbage collection
// runs.
class PageSpaceGarbageCollectionHistory {
@@ -108,7 +107,6 @@ class PageSpaceGarbageCollectionHistory {
DISALLOW_COPY_AND_ASSIGN(PageSpaceGarbageCollectionHistory);
};
-
// PageSpaceController controls the heap size.
class PageSpaceController {
public:
@@ -177,7 +175,6 @@ class PageSpaceController {
DISALLOW_IMPLICIT_CONSTRUCTORS(PageSpaceController);
};
-
class PageSpace {
public:
// TODO(iposva): Determine heap sizes and tune the page size accordingly.
« no previous file with comments | « runtime/vm/os_win.cc ('k') | runtime/vm/pages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698