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

Unified Diff: runtime/vm/freelist.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/flow_graph_type_propagator.cc ('k') | runtime/vm/freelist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/freelist.h
diff --git a/runtime/vm/freelist.h b/runtime/vm/freelist.h
index cbd7656181c70357e45fb94889e1bc928d002e38..e5fa43dc74341db4f9bc90a27761ff82dc62fe07 100644
--- a/runtime/vm/freelist.h
+++ b/runtime/vm/freelist.h
@@ -8,8 +8,8 @@
#include "platform/assert.h"
#include "vm/allocation.h"
#include "vm/bit_set.h"
-#include "vm/raw_object.h"
#include "vm/os_thread.h"
+#include "vm/raw_object.h"
namespace dart {
@@ -74,7 +74,6 @@ class FreeListElement {
DISALLOW_IMPLICIT_CONSTRUCTORS(FreeListElement);
};
-
class FreeList {
public:
FreeList();
« no previous file with comments | « runtime/vm/flow_graph_type_propagator.cc ('k') | runtime/vm/freelist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698