summaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-10-15 04:23:22 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-10-15 04:23:22 +0200
commit970af1f3af57b299590487deeeafc22f251eb60e (patch)
treea343ae7af1e15a3ec142ec525ffb245a6b8018e2 /Operations.hs
parentf77480c140467ddf0d5de4f10c97c398d5bbb306 (diff)
downloadmetatile-970af1f3af57b299590487deeeafc22f251eb60e.tar
metatile-970af1f3af57b299590487deeeafc22f251eb60e.zip
Clean up trailing whitespace
darcs-hash:20071015022322-a5988-5be6be8bd439055706ae39fdd3474a5246b87af4
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/Operations.hs b/Operations.hs
index 5b3bb2d..5f7a2de 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -7,7 +7,7 @@
-- Module : Operations.hs
-- Copyright : (c) Spencer Janssen 2007
-- License : BSD3-style (see LICENSE)
---
+--
-- Maintainer : dons@cse.unsw.edu.au
-- Stability : unstable
-- Portability : not portable, Typeable deriving, mtl, posix
@@ -416,7 +416,7 @@ instance ReadableLayout a => LayoutClass Select a where
--
-- > fullscreen mode
-- > tall mode
---
+--
-- The latter algorithms support the following operations:
--
-- > Shrink
@@ -467,15 +467,15 @@ instance LayoutClass l a => LayoutClass (Mirror l) a where
--
-- The screen is divided (currently) into two panes. all clients are
-- then partioned between these two panes. one pane, the `master', by
--- convention has the least number of windows in it (by default, 1).
+-- convention has the least number of windows in it (by default, 1).
-- the variable `nmaster' controls how many windows are rendered in the
--- master pane.
+-- master pane.
--
-- `delta' specifies the ratio of the screen to resize by.
--
-- 'frac' specifies what proportion of the screen to devote to the
-- master area.
---
+--
tile :: Rational -> Rectangle -> Int -> Int -> [Rectangle]
tile f r nmaster n = if n <= nmaster || nmaster == 0
then splitVertically n r