From 2955dc83e4cce22ec0da7a2e654e2193814863cc Mon Sep 17 00:00:00 2001 From: "Michael D. Adams" Date: Thu, 21 Jun 2007 08:40:47 +0000 Subject: [PATCH] Removed trailing whitespace --- compiler/codeGen/CgCase.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/codeGen/CgCase.lhs b/compiler/codeGen/CgCase.lhs index b8f3141..abda4dd 100644 --- a/compiler/codeGen/CgCase.lhs +++ b/compiler/codeGen/CgCase.lhs @@ -168,7 +168,7 @@ cgCase (StgOpApp op@(StgFCallOp fcall _) args _) unsafe_foreign_call = case fcall of CCall (CCallSpec _ _ s) -> not (playSafe s) - _other -> False + _other -> False \end{code} Special case: scrutinising a non-primitive variable. -- 1.7.10.4