LayoutCombinators.hs: rm trailing whitespace

This commit is contained in:
gwern0 2010-03-14 21:00:21 +00:00
parent ce5f81fe16
commit 0d3293ce52

View File

@ -213,7 +213,7 @@ infixr 5 |||
data NewSelect l1 l2 a = NewSelect Bool (l1 a) (l2 a) deriving ( Read, Show )
-- |
-- |
data JumpToLayout = JumpToLayout String -- ^ A message to jump to a particular layout
-- , specified by its description string..
| NextLayoutNoWrap