aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Windows.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2022-03-29 12:32:25 -0600
committerJosh Rahm <rahm@google.com>2022-03-29 12:32:25 -0600
commita9286e8c39cc8de56de7a723c9ddabd78ac64198 (patch)
tree112116f82364714a544028614c83a2f843453a09 /src/Internal/Windows.hs
parent8678e0b8e6e2d25db7eebf2a90c78687530eb711 (diff)
downloadrde-a9286e8c39cc8de56de7a723c9ddabd78ac64198.tar.gz
rde-a9286e8c39cc8de56de7a723c9ddabd78ac64198.tar.bz2
rde-a9286e8c39cc8de56de7a723c9ddabd78ac64198.zip
Remove trailing whitespace
Diffstat (limited to 'src/Internal/Windows.hs')
-rw-r--r--src/Internal/Windows.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Internal/Windows.hs b/src/Internal/Windows.hs
index c6a2b8b..98baa51 100644
--- a/src/Internal/Windows.hs
+++ b/src/Internal/Windows.hs
@@ -53,7 +53,7 @@ forAllWindows fn = do
mapM_ fn (allWindows stackSet)
{- Finds a Window and returns the screen its on and the workspace its on.
- - Returns nothing if the window doesn't exist.
+ - Returns nothing if the window doesn't exist.
-
- If the window is not a screen Just (Nothing, workspace) is returned.
- If the window is a floating window Just (Nothing, Nothing) is returned. -}