aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-08-05 09:27:16 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-08-05 09:27:16 +0200
commit4fdeac11fab667ee247b778429c843986c40a582 (patch)
tree4b54fc57ee918635431388c4d08eb9d643cda664 /StackSet.hs
parentdfdb06dec1c54b82f4657a641bfae06c87022fce (diff)
downloadxmonad-4fdeac11fab667ee247b778429c843986c40a582.tar.gz
xmonad-4fdeac11fab667ee247b778429c843986c40a582.tar.xz
xmonad-4fdeac11fab667ee247b778429c843986c40a582.zip
trailing whitespace only
darcs-hash:20070805072716-9c5c1-358d74796ac814a864325c64ffb519c1bb52e6d9.gz
Diffstat (limited to 'StackSet.hs')
-rw-r--r--StackSet.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/StackSet.hs b/StackSet.hs
index b8c31ce..d902b39 100644
--- a/StackSet.hs
+++ b/StackSet.hs
@@ -395,7 +395,7 @@ findIndex a s = listToMaybe
-- ---------------------------------------------------------------------
-- $modifyStackset
-
+
-- |
-- /O(n)/. (Complexity due to duplicate check). Insert a new element into
-- the stack, above the currently focused element.
@@ -453,7 +453,7 @@ sink w s = s { floating = M.delete w (floating s) }
------------------------------------------------------------------------
-- $settingMW
-
+
-- | /O(s)/. Set the master window to the focused window.
-- The old master window is swapped in the tiling order with the focused window.
-- Focus stays with the item moved.