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

Unified Diff: runtime/vm/cpu.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/constants_x64.h ('k') | runtime/vm/cpu_arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/cpu.h
diff --git a/runtime/vm/cpu.h b/runtime/vm/cpu.h
index 1ebb2bfddf7a2ea677566fffbb0a0a1c12b3d461..e75e1a168f46b7635d6d4284933e5fa350b9d214 100644
--- a/runtime/vm/cpu.h
+++ b/runtime/vm/cpu.h
@@ -5,8 +5,8 @@
#ifndef RUNTIME_VM_CPU_H_
#define RUNTIME_VM_CPU_H_
-#include "vm/globals.h"
#include "vm/allocation.h"
+#include "vm/globals.h"
namespace dart {
@@ -14,7 +14,6 @@ namespace dart {
class Error;
class Instance;
-
class CPU : public AllStatic {
public:
static void FlushICache(uword start, uword size);
« no previous file with comments | « runtime/vm/constants_x64.h ('k') | runtime/vm/cpu_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698