Removed trailing whitespace
authorMichael D. Adams <t-madams@microsoft.com>
Thu, 21 Jun 2007 08:40:47 +0000 (08:40 +0000)
committerMichael D. Adams <t-madams@microsoft.com>
Thu, 21 Jun 2007 08:40:47 +0000 (08:40 +0000)
compiler/codeGen/CgCase.lhs

index b8f3141..abda4dd 100644 (file)
@@ -168,7 +168,7 @@ cgCase (StgOpApp op@(StgFCallOp fcall _) args _)
    unsafe_foreign_call
         = case fcall of
                CCall (CCallSpec _ _ s) -> not (playSafe s)
    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.
 \end{code}
 
 Special case: scrutinising a non-primitive variable.