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

Unified Diff: runtime/vm/scavenger.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/scanner_test.cc ('k') | runtime/vm/scavenger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/scavenger.h
diff --git a/runtime/vm/scavenger.h b/runtime/vm/scavenger.h
index fd4663de7decf7680a9cd26dc3581d2af389e295..82e9adc4badf3b5f1eb2aa1aac4a89cf24f4eaf0 100644
--- a/runtime/vm/scavenger.h
+++ b/runtime/vm/scavenger.h
@@ -63,7 +63,6 @@ class SemiSpace {
static Mutex* mutex_;
};
-
// Statistics for a particular scavenge.
class ScavengeStats {
public:
@@ -107,7 +106,6 @@ class ScavengeStats {
intptr_t promoted_in_words_;
};
-
class Scavenger {
public:
Scavenger(Heap* heap,
« no previous file with comments | « runtime/vm/scanner_test.cc ('k') | runtime/vm/scavenger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698