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

Unified Diff: runtime/vm/thread.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/tags.cc ('k') | runtime/vm/thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread.h
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
index 3a226e4ee583bb912841e21e1ba6d3006e33a63c..7a98f4542b6bc3e76a8d11c5543b6e5ebeb0c7cf 100644
--- a/runtime/vm/thread.h
+++ b/runtime/vm/thread.h
@@ -12,8 +12,8 @@
#include "vm/globals.h"
#include "vm/handles.h"
#include "vm/os_thread.h"
-#include "vm/store_buffer.h"
#include "vm/runtime_entry_list.h"
+#include "vm/store_buffer.h"
namespace dart {
class AbstractType;
@@ -74,7 +74,6 @@ class Zone;
V(TypeArguments) \
V(TypeParameter)
-
#if defined(TARGET_ARCH_DBC)
#define CACHED_VM_STUBS_LIST(V)
#else
@@ -808,13 +807,11 @@ class Thread : public BaseThread {
DISALLOW_COPY_AND_ASSIGN(Thread);
};
-
#if defined(HOST_OS_WINDOWS)
// Clears the state of the current thread and frees the allocation.
void WindowsThreadCleanUp();
#endif
-
// Disable thread interrupts.
class DisableThreadInterruptsScope : public StackResource {
public:
« no previous file with comments | « runtime/vm/tags.cc ('k') | runtime/vm/thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698