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

Unified Diff: runtime/vm/cpu_arm64.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/cpu_arm.cc ('k') | runtime/vm/cpu_dbc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/cpu_arm64.cc
diff --git a/runtime/vm/cpu_arm64.cc b/runtime/vm/cpu_arm64.cc
index 290d90da6408110495d76480423343a59a4320ae..0c089aeff0960e05640e42fb8f46da06fb9f20a4 100644
--- a/runtime/vm/cpu_arm64.cc
+++ b/runtime/vm/cpu_arm64.cc
@@ -15,7 +15,7 @@
#if !defined(HOST_OS_FUCHSIA)
#include <sys/syscall.h> /* NOLINT */
#endif
-#include <unistd.h> /* NOLINT */
+#include <unistd.h> /* NOLINT */
#endif
namespace dart {
@@ -47,7 +47,6 @@ void CPU::FlushICache(uword start, uword size) {
#endif
}
-
const char* CPU::Id() {
return
#if defined(USING_SIMULATOR)
@@ -56,13 +55,11 @@ const char* CPU::Id() {
"arm64";
}
-
const char* HostCPUFeatures::hardware_ = NULL;
#if defined(DEBUG)
bool HostCPUFeatures::initialized_ = false;
#endif
-
#if !defined(USING_SIMULATOR)
void HostCPUFeatures::InitOnce() {
CpuInfo::InitOnce();
@@ -72,7 +69,6 @@ void HostCPUFeatures::InitOnce() {
#endif
}
-
void HostCPUFeatures::Cleanup() {
DEBUG_ASSERT(initialized_);
#if defined(DEBUG)
@@ -94,7 +90,6 @@ void HostCPUFeatures::InitOnce() {
#endif
}
-
void HostCPUFeatures::Cleanup() {
DEBUG_ASSERT(initialized_);
#if defined(DEBUG)
« no previous file with comments | « runtime/vm/cpu_arm.cc ('k') | runtime/vm/cpu_dbc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698