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

Unified Diff: runtime/platform/signal_blocker.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/platform/hashmap.cc ('k') | runtime/platform/text_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/signal_blocker.h
diff --git a/runtime/platform/signal_blocker.h b/runtime/platform/signal_blocker.h
index a7566b8e4effc2b2d46d4cc1548da179f76b89bb..c56c1da99c091190c0322c9a20c8bbee04d6117f 100644
--- a/runtime/platform/signal_blocker.h
+++ b/runtime/platform/signal_blocker.h
@@ -5,8 +5,8 @@
#ifndef RUNTIME_PLATFORM_SIGNAL_BLOCKER_H_
#define RUNTIME_PLATFORM_SIGNAL_BLOCKER_H_
-#include "platform/globals.h"
#include "platform/assert.h"
+#include "platform/globals.h"
#if defined(HOST_OS_WINDOWS)
#error Do not include this file on Windows.
@@ -52,7 +52,6 @@ class ThreadSignalBlocker {
sigset_t old;
};
-
// The definition below is copied from Linux and adapted to avoid lint
// errors (type long int changed to intptr_t and do/while split on
// separate lines with body in {}s) and to also block signals.
@@ -95,7 +94,6 @@ class ThreadSignalBlocker {
sigismember(&signal_mask, signal); \
})
-
// Versions of the above, that does not enter a signal blocking scope. Use only
// when a signal blocking scope is entered manually.
#define TEMP_FAILURE_RETRY_NO_SIGNAL_BLOCKER(expression) \
« no previous file with comments | « runtime/platform/hashmap.cc ('k') | runtime/platform/text_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698