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

Unified Diff: runtime/vm/timer.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/timeline_test.cc ('k') | runtime/vm/timer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/timer.h
diff --git a/runtime/vm/timer.h b/runtime/vm/timer.h
index ac2e7a097e3ed22bb8ff2dc47b90c56aaa009c84..2f5ce4699f8b3f9c35f1d3c115a93b5194712b3e 100644
--- a/runtime/vm/timer.h
+++ b/runtime/vm/timer.h
@@ -98,7 +98,6 @@ class Timer : public ValueObject {
DISALLOW_COPY_AND_ASSIGN(Timer);
};
-
// The class TimerScope is used to start and stop a timer within a scope.
// It is used as follows:
// {
@@ -139,7 +138,6 @@ class TimerScope : public StackResource {
DISALLOW_COPY_AND_ASSIGN(TimerScope);
};
-
class PauseTimerScope : public StackResource {
public:
PauseTimerScope(bool flag, Timer* timer, Thread* thread = NULL)
@@ -168,7 +166,6 @@ class PauseTimerScope : public StackResource {
DISALLOW_COPY_AND_ASSIGN(PauseTimerScope);
};
-
} // namespace dart
#endif // RUNTIME_VM_TIMER_H_
« no previous file with comments | « runtime/vm/timeline_test.cc ('k') | runtime/vm/timer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698