diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-06-07 14:33:13 +0100 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-06-08 13:38:15 -0400 |
commit | 709290b01c3c63137d863d6fdd97dabdfe47eb29 (patch) | |
tree | f481fb176d0e8f31cf802ff4211ea2e660f1f1f5 /compiler/stgSyn | |
parent | c392f987de174ae04c6c7c47145dfe5db6427615 (diff) | |
download | haskell-709290b01c3c63137d863d6fdd97dabdfe47eb29.tar.gz |
Remove trailing whitespace
[skip ci]
This should really be caught by the linters! (#16711)
Diffstat (limited to 'compiler/stgSyn')
-rw-r--r-- | compiler/stgSyn/StgSyn.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stgSyn/StgSyn.hs b/compiler/stgSyn/StgSyn.hs index 274b0696fb..cc212c54ca 100644 --- a/compiler/stgSyn/StgSyn.hs +++ b/compiler/stgSyn/StgSyn.hs @@ -686,7 +686,7 @@ data StgOp | StgPrimCallOp PrimCall - | StgFCallOp ForeignCall Type Unique + | StgFCallOp ForeignCall Type Unique -- The Unique is occasionally needed by the C pretty-printer -- (which lacks a unique supply), notably when generating a -- typedef for foreign-export-dynamic. The Type, which is |