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

Unified Diff: runtime/vm/bitfield_test.cc

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/bitfield.h ('k') | runtime/vm/bitmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bitfield_test.cc
diff --git a/runtime/vm/bitfield_test.cc b/runtime/vm/bitfield_test.cc
index 8404ec9a347e32c5778a51d35ed320a45525afd4..d8e81820b2eeabacbd583f46801ba3b62c8e7fe6 100644
--- a/runtime/vm/bitfield_test.cc
+++ b/runtime/vm/bitfield_test.cc
@@ -3,8 +3,9 @@
// BSD-style license that can be found in the LICENSE file.
#include "platform/assert.h"
-#include "vm/globals.h"
+
#include "vm/bitfield.h"
+#include "vm/globals.h"
#include "vm/unit_test.h"
namespace dart {
« no previous file with comments | « runtime/vm/bitfield.h ('k') | runtime/vm/bitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698