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

Unified Diff: runtime/vm/json_parser.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/jit_optimizer.cc ('k') | runtime/vm/json_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/json_parser.h
diff --git a/runtime/vm/json_parser.h b/runtime/vm/json_parser.h
index 83b9d6b171d68c96087b7b8d59aa5502daa73e3e..6b254d67a2ce976c420acf1820075398f894bdd6 100644
--- a/runtime/vm/json_parser.h
+++ b/runtime/vm/json_parser.h
@@ -6,8 +6,8 @@
#define RUNTIME_VM_JSON_PARSER_H_
#include "vm/allocation.h"
-#include "vm/zone.h"
#include "vm/growable_array.h"
+#include "vm/zone.h"
namespace dart {
« no previous file with comments | « runtime/vm/jit_optimizer.cc ('k') | runtime/vm/json_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698