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/Config.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/Config.h')
-rw-r--r-- | includes/rts/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/Config.h b/includes/rts/Config.h index be264592ff..289950af45 100644 --- a/includes/rts/Config.h +++ b/includes/rts/Config.h @@ -5,7 +5,7 @@ * Rts settings. * * NOTE: assumes #include "ghcconfig.h" - * + * * NB: THIS FILE IS INCLUDED IN NON-C CODE AND DATA! #defines only please. * * To understand the structure of the RTS headers, see the wiki: |