diff options
author | Austin Seipp <austin@well-typed.com> | 2014-07-21 20:25:32 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-07-28 09:29:15 -0500 |
commit | 4a09baa8124ea0efc6000ef240727b0a98dac9e2 (patch) | |
tree | ef92db86060ff42c4d8834793555b5ad558ea977 /rts/Globals.h | |
parent | 2e1a0ba1229446fb0c40ff48d4790eeec4029018 (diff) | |
download | haskell-4a09baa8124ea0efc6000ef240727b0a98dac9e2.tar.gz |
rts: delint/detab/dewhitespace Globals.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'rts/Globals.h')
-rw-r--r-- | rts/Globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/Globals.h b/rts/Globals.h index 445072ca34..395d240e2a 100644 --- a/rts/Globals.h +++ b/rts/Globals.h @@ -16,4 +16,3 @@ RTS_PRIVATE void initGlobalStore(void); RTS_PRIVATE void exitGlobalStore(void); #endif - |