summaryrefslogtreecommitdiff
path: root/rts/StgPrimFloat.h
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-08-20 12:26:37 -0500
committerAustin Seipp <austin@well-typed.com>2014-08-20 12:26:37 -0500
commit584d459a2fa1e836ace6e8c5f77debe894d9b549 (patch)
treeb357dc062d76260c4dff92f2d197465dbfd1e071 /rts/StgPrimFloat.h
parent2f34ab2a91d2356286c7e20ab786e04f30e43fe6 (diff)
downloadhaskell-584d459a2fa1e836ace6e8c5f77debe894d9b549.tar.gz
rts: detabify/dewhitespace StgPrimFloat.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'rts/StgPrimFloat.h')
-rw-r--r--rts/StgPrimFloat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/StgPrimFloat.h b/rts/StgPrimFloat.h
index fefe8c9b7a..57e9db1b91 100644
--- a/rts/StgPrimFloat.h
+++ b/rts/StgPrimFloat.h
@@ -15,7 +15,7 @@
void __decodeDouble_2Int (I_ *man_sign, W_ *man_high, W_ *man_low, I_ *exp, StgDouble dbl);
void __decodeFloat_Int (I_ *man, I_ *exp, StgFloat flt);
-// __{int,word}_encode{Float,Double} are public, declared in
+// __{int,word}_encode{Float,Double} are public, declared in
// includes/rts/PrimFloat.h.
#include "EndPrivate.h"