From: Matthijs Kooijman Date: Mon, 13 Jul 2009 09:54:58 +0000 (+0200) Subject: Add newline at the end of file. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=57b95a135792cc76493402f716e33cbf9853b5c4;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Add newline at the end of file. --- diff --git a/CoreTools.hs b/CoreTools.hs index eae4122..bd6f329 100644 --- a/CoreTools.hs +++ b/CoreTools.hs @@ -222,4 +222,4 @@ getLiterals :: CoreSyn.CoreExpr -> [CoreSyn.CoreExpr] getLiterals app@(CoreSyn.App _ _) = literals where (CoreSyn.Var f, args) = CoreSyn.collectArgs app - literals = filter (is_lit) args \ No newline at end of file + literals = filter (is_lit) args