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

Unified Diff: runtime/vm/signal_handler.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/service_test.cc ('k') | runtime/vm/signal_handler_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/signal_handler.h
diff --git a/runtime/vm/signal_handler.h b/runtime/vm/signal_handler.h
index ff02a9747c4c8752befce7711b30e0f81b490af9..69e897ac1736f00733c2e9e3690f3059a7b52ee6 100644
--- a/runtime/vm/signal_handler.h
+++ b/runtime/vm/signal_handler.h
@@ -38,7 +38,6 @@ struct sigset_t {};
#include <ucontext.h> // NOLINT
#endif
-
// Old linux kernels on ARM might require a trampoline to
// work around incorrect Thumb -> ARM transitions. See SignalHandlerTrampoline
// below for more details.
@@ -48,7 +47,6 @@ struct sigset_t {};
#define USE_SIGNAL_HANDLER_TRAMPOLINE
#endif
-
namespace dart {
typedef void (*SignalAction)(int signal, siginfo_t* info, void* context);
@@ -113,10 +111,8 @@ class SignalHandler : public AllStatic {
#endif // defined(USE_SIGNAL_HANDLER_TRAMPOLINE)
};
-
#undef USE_SIGNAL_HANDLER_TRAMPOLINE
-
} // namespace dart
#endif // RUNTIME_VM_SIGNAL_HANDLER_H_
« no previous file with comments | « runtime/vm/service_test.cc ('k') | runtime/vm/signal_handler_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698