summaryrefslogtreecommitdiff
path: root/includes/rts/BlockSignals.h
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-07-23 05:05:57 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-08-09 15:11:58 -0400
commitdb7098fe7aa3f7324d146821334b774032ea87bd (patch)
tree1e77b0e16ced9e72d0ba53202e9b172f02fc6b62 /includes/rts/BlockSignals.h
parent748636388b052d22859b7265dec776edfa12a68c (diff)
downloadhaskell-db7098fe7aa3f7324d146821334b774032ea87bd.tar.gz
Clean up whitespace in /includes
I need to do this now or when I move these files the linter will be mad.
Diffstat (limited to 'includes/rts/BlockSignals.h')
-rw-r--r--includes/rts/BlockSignals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/rts/BlockSignals.h b/includes/rts/BlockSignals.h
index 7d0af0aa94..46b0b0f562 100644
--- a/includes/rts/BlockSignals.h
+++ b/includes/rts/BlockSignals.h
@@ -2,7 +2,7 @@
*
* (c) The GHC Team, 1998-2009
*
- * RTS signal handling
+ * RTS signal handling
*
* Do not #include this file directly: #include "Rts.h" instead.
*
@@ -22,7 +22,7 @@
* Temporarily block the delivery of further console events. Needed to
* avoid race conditions when GCing the queue of outstanding handlers or
* when emptying the queue by running the handlers.
- *
+ *
*/
void blockUserSignals(void);