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

Unified Diff: runtime/lib/stopwatch.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/lib/stacktrace.cc ('k') | runtime/lib/string.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/stopwatch.cc
diff --git a/runtime/lib/stopwatch.cc b/runtime/lib/stopwatch.cc
index 934aba568e6849f3153a1ee354c33a79824cf262..8adb201649d9efa7a4aa2b5605aa8314561617b4 100644
--- a/runtime/lib/stopwatch.cc
+++ b/runtime/lib/stopwatch.cc
@@ -13,7 +13,6 @@ DEFINE_NATIVE_ENTRY(Stopwatch_now, 0) {
return Integer::New(OS::GetCurrentMonotonicTicks());
}
-
DEFINE_NATIVE_ENTRY(Stopwatch_frequency, 0) {
return Integer::New(OS::GetCurrentMonotonicFrequency());
}
« no previous file with comments | « runtime/lib/stacktrace.cc ('k') | runtime/lib/string.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698