diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-07-23 05:05:57 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-08-09 15:11:58 -0400 |
commit | db7098fe7aa3f7324d146821334b774032ea87bd (patch) | |
tree | 1e77b0e16ced9e72d0ba53202e9b172f02fc6b62 /includes/rts/Signals.h | |
parent | 748636388b052d22859b7265dec776edfa12a68c (diff) | |
download | haskell-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/Signals.h')
-rw-r--r-- | includes/rts/Signals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/Signals.h b/includes/rts/Signals.h index d7abbb86c8..96f0756538 100644 --- a/includes/rts/Signals.h +++ b/includes/rts/Signals.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. * |