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

Unified Diff: runtime/vm/constant_propagator.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/compiler_test.cc ('k') | runtime/vm/constant_propagator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/constant_propagator.h
diff --git a/runtime/vm/constant_propagator.h b/runtime/vm/constant_propagator.h
index 23f5fe963c9cbf729aacbd30f161cf5a31a265ab..e67160f2511f01abdd38879da53678baed9e3ad0 100644
--- a/runtime/vm/constant_propagator.h
+++ b/runtime/vm/constant_propagator.h
@@ -5,8 +5,8 @@
#ifndef RUNTIME_VM_CONSTANT_PROPAGATOR_H_
#define RUNTIME_VM_CONSTANT_PROPAGATOR_H_
-#include "vm/intermediate_language.h"
#include "vm/flow_graph.h"
+#include "vm/intermediate_language.h"
namespace dart {
@@ -85,7 +85,6 @@ class ConstantPropagator : public FlowGraphVisitor {
DefinitionWorklist definition_worklist_;
};
-
} // namespace dart
#endif // RUNTIME_VM_CONSTANT_PROPAGATOR_H_
« no previous file with comments | « runtime/vm/compiler_test.cc ('k') | runtime/vm/constant_propagator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698