Remove trailing whitespace.

This commit is contained in:
Adam Vogt
2012-04-28 19:40:48 +00:00
parent d2739b1683
commit 1a735f04e3
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ data OnHost l1 l2 a = OnHost [String]
instance (LayoutClass l1 a, LayoutClass l2 a, Show a) => LayoutClass (OnHost l1 l2) a where
runLayout (W.Workspace i p@(OnHost hosts _ lt lf) ms) r = do
h <- io $ getEnv "HOST"
if maybe False (`elemFQDN` hosts) h
if maybe False (`elemFQDN` hosts) h
then do (wrs, mlt') <- runLayout (W.Workspace i lt ms) r
return (wrs, Just $ mkNewOnHostT p mlt')
else do (wrs, mlt') <- runLayout (W.Workspace i lf ms) r

View File

@@ -453,7 +453,7 @@ emacsLikeXPKeymap = M.fromList $
, (xK_b, moveCursor Prev) -- move cursor forward
, (xK_f, moveCursor Next) -- move cursor backward
, (xK_BackSpace, killWord Prev) -- kill the previous word
, (xK_y, pasteString)
, (xK_y, pasteString)
, (xK_g, quit)
, (xK_bracketleft, quit)
] ++