aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorgwern0 <gwern0@gmail.com>2010-03-14 22:00:21 +0100
committergwern0 <gwern0@gmail.com>2010-03-14 22:00:21 +0100
commit67511eb282cf492eda4fb00ee5db3d2268d8822e (patch)
tree85bbaf4b2054cd29bfe637d1c76849d831831284 /XMonad
parent3a5b4dc676be9a9e2bf39bcffc93b55b76e9c9c3 (diff)
downloadXMonadContrib-67511eb282cf492eda4fb00ee5db3d2268d8822e.tar.gz
XMonadContrib-67511eb282cf492eda4fb00ee5db3d2268d8822e.tar.xz
XMonadContrib-67511eb282cf492eda4fb00ee5db3d2268d8822e.zip
LayoutCombinators.hs: rm trailing whitespace
Ignore-this: e387bdea6c346fc8a892b06294995442 darcs-hash:20100314210021-f7719-9b65a834082c69066dd671ab17166f142724a422.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Layout/LayoutCombinators.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/LayoutCombinators.hs b/XMonad/Layout/LayoutCombinators.hs
index 13b03b3..79fe0bf 100644
--- a/XMonad/Layout/LayoutCombinators.hs
+++ b/XMonad/Layout/LayoutCombinators.hs
@@ -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