Redundant parens

This commit is contained in:
Spencer Janssen
2007-05-08 15:04:12 +00:00
parent 1276edc861
commit 70fe61971b

View File

@@ -297,7 +297,7 @@ view n = do
ws' <- gets workspace
-- If the old workspace isn't visible anymore, we have to hide the windows
-- in case we're switching to an empty workspace.
when (m `notElem` (W.visibleWorkspaces ws')) (mapM_ hide (W.index m ws))
when (m `notElem` W.visibleWorkspaces ws') (mapM_ hide (W.index m ws))
clearEnterEvents
setTopFocus