From 584d459a2fa1e836ace6e8c5f77debe894d9b549 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Wed, 20 Aug 2014 12:26:37 -0500 Subject: rts: detabify/dewhitespace StgPrimFloat.h Signed-off-by: Austin Seipp --- rts/StgPrimFloat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/StgPrimFloat.h') 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" -- cgit v1.2.1