mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-07 07:31:51 -07:00
trailing whitespace only
This commit is contained in:
@@ -395,7 +395,7 @@ findIndex a s = listToMaybe
|
|||||||
|
|
||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
-- $modifyStackset
|
-- $modifyStackset
|
||||||
|
|
||||||
-- |
|
-- |
|
||||||
-- /O(n)/. (Complexity due to duplicate check). Insert a new element into
|
-- /O(n)/. (Complexity due to duplicate check). Insert a new element into
|
||||||
-- the stack, above the currently focused element.
|
-- the stack, above the currently focused element.
|
||||||
@@ -453,7 +453,7 @@ sink w s = s { floating = M.delete w (floating s) }
|
|||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
-- $settingMW
|
-- $settingMW
|
||||||
|
|
||||||
-- | /O(s)/. Set the master window to the focused window.
|
-- | /O(s)/. Set the master window to the focused window.
|
||||||
-- The old master window is swapped in the tiling order with the focused window.
|
-- The old master window is swapped in the tiling order with the focused window.
|
||||||
-- Focus stays with the item moved.
|
-- Focus stays with the item moved.
|
||||||
|
Reference in New Issue
Block a user