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

Unified Diff: runtime/vm/thread_interrupter.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/thread_barrier_test.cc ('k') | runtime/vm/thread_interrupter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread_interrupter.h
diff --git a/runtime/vm/thread_interrupter.h b/runtime/vm/thread_interrupter.h
index a2e54ad7e400f0ca44626d0d4c7f129b5dc65e7d..204f824374d4483587417c812725cfb627a2b3c9 100644
--- a/runtime/vm/thread_interrupter.h
+++ b/runtime/vm/thread_interrupter.h
@@ -6,8 +6,8 @@
#define RUNTIME_VM_THREAD_INTERRUPTER_H_
#include "vm/allocation.h"
-#include "vm/signal_handler.h"
#include "vm/os_thread.h"
+#include "vm/signal_handler.h"
#include "vm/thread.h"
namespace dart {
@@ -20,7 +20,6 @@ struct InterruptedThreadState {
uintptr_t lr;
};
-
class ThreadInterrupter : public AllStatic {
public:
static void InitOnce();
« no previous file with comments | « runtime/vm/thread_barrier_test.cc ('k') | runtime/vm/thread_interrupter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698