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

Unified Diff: runtime/vm/thread_interrupter_android.cc

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge Created 4 years, 1 month 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_interrupter.cc ('k') | runtime/vm/thread_interrupter_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread_interrupter_android.cc
diff --git a/runtime/vm/thread_interrupter_android.cc b/runtime/vm/thread_interrupter_android.cc
index 58f302fecf451a95135d08e17fb4dc7b9f953f0b..30bd440cb64aed94840e042d29e753954cc24c7a 100644
--- a/runtime/vm/thread_interrupter_android.cc
+++ b/runtime/vm/thread_interrupter_android.cc
@@ -6,7 +6,7 @@
#if defined(TARGET_OS_ANDROID)
#include <sys/syscall.h> // NOLINT
-#include <errno.h> // NOLINT
+#include <errno.h> // NOLINT
#include "vm/flags.h"
#include "vm/os.h"
@@ -23,7 +23,8 @@ DECLARE_FLAG(bool, trace_thread_interrupter);
class ThreadInterrupterAndroid : public AllStatic {
public:
- static void ThreadInterruptSignalHandler(int signal, siginfo_t* info,
+ static void ThreadInterruptSignalHandler(int signal,
+ siginfo_t* info,
void* context_) {
if (signal != SIGPROF) {
return;
« no previous file with comments | « runtime/vm/thread_interrupter.cc ('k') | runtime/vm/thread_interrupter_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698