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

Unified Diff: runtime/vm/aot_optimizer.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/allocation_test.cc ('k') | runtime/vm/aot_optimizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/aot_optimizer.h
diff --git a/runtime/vm/aot_optimizer.h b/runtime/vm/aot_optimizer.h
index 4c78548814525bd64eaf78af2a79100846373250..50bd97ac026f13bdffb304e7efedbb77c098490d 100644
--- a/runtime/vm/aot_optimizer.h
+++ b/runtime/vm/aot_optimizer.h
@@ -5,8 +5,8 @@
#ifndef RUNTIME_VM_AOT_OPTIMIZER_H_
#define RUNTIME_VM_AOT_OPTIMIZER_H_
-#include "vm/intermediate_language.h"
#include "vm/flow_graph.h"
+#include "vm/intermediate_language.h"
namespace dart {
@@ -147,7 +147,6 @@ class AotOptimizer : public FlowGraphVisitor {
DISALLOW_COPY_AND_ASSIGN(AotOptimizer);
};
-
} // namespace dart
#endif // RUNTIME_VM_AOT_OPTIMIZER_H_
« no previous file with comments | « runtime/vm/allocation_test.cc ('k') | runtime/vm/aot_optimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698