summaryrefslogtreecommitdiff
path: root/compiler/specialise
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2019-06-07 14:33:13 +0100
committerBen Gamari <ben@well-typed.com>2019-06-08 13:38:15 -0400
commit709290b01c3c63137d863d6fdd97dabdfe47eb29 (patch)
treef481fb176d0e8f31cf802ff4211ea2e660f1f1f5 /compiler/specialise
parentc392f987de174ae04c6c7c47145dfe5db6427615 (diff)
downloadhaskell-709290b01c3c63137d863d6fdd97dabdfe47eb29.tar.gz
Remove trailing whitespace
[skip ci] This should really be caught by the linters! (#16711)
Diffstat (limited to 'compiler/specialise')
-rw-r--r--compiler/specialise/Specialise.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/specialise/Specialise.hs b/compiler/specialise/Specialise.hs
index c1396e46c4..ed2ae073e9 100644
--- a/compiler/specialise/Specialise.hs
+++ b/compiler/specialise/Specialise.hs
@@ -938,7 +938,7 @@ tryWarnMissingSpecs dflags callers fn calls_for_fn
| otherwise = return ()
where
allCallersInlined = all (isAnyInlinePragma . idInlinePragma) callers
- doWarn reason =
+ doWarn reason =
warnMsg reason
(vcat [ hang (text ("Could not specialise imported function") <+> quotes (ppr fn))
2 (vcat [ text "when specialising" <+> quotes (ppr caller)