diff options
author | gwern0 <gwern0@gmail.com> | 2010-03-14 22:01:09 +0100 |
---|---|---|
committer | gwern0 <gwern0@gmail.com> | 2010-03-14 22:01:09 +0100 |
commit | 518cd7f1cf36c32707fcd67bcb09a4639a8b7b6d (patch) | |
tree | 4ca200ce42d70f86bca6dbcdf68f9d2fa18551e9 /XMonad/Util | |
parent | 26ba0882a3a29e2255c4c4319fd6f636bc0d6b92 (diff) | |
download | XMonadContrib-518cd7f1cf36c32707fcd67bcb09a4639a8b7b6d.tar.gz XMonadContrib-518cd7f1cf36c32707fcd67bcb09a4639a8b7b6d.tar.xz XMonadContrib-518cd7f1cf36c32707fcd67bcb09a4639a8b7b6d.zip |
Replace.hs: rm trailing whitespace
Ignore-this: ee951e62c1de753907f77a8a6bac7cae
darcs-hash:20100314210109-f7719-2fb36616cff2f5447065448ea0c59c3e8d6a9e5a.gz
Diffstat (limited to 'XMonad/Util')
-rw-r--r-- | XMonad/Util/Replace.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Util/Replace.hs b/XMonad/Util/Replace.hs index 49f4011..110f701 100644 --- a/XMonad/Util/Replace.hs +++ b/XMonad/Util/Replace.hs @@ -19,7 +19,7 @@ module XMonad.Util.Replace ( -- * Usage -- $usage replace - + -- * Notes -- $shortcomings @@ -52,7 +52,7 @@ import Control.Monad -- $getArgs -- You can use 'System.Environment.getArgs' to watch for an explicit -- @--replace@ flag: --- +-- -- > import XMonad -- > import XMonad.Util.Replace (replace) -- > import Control.Monad (when) |