From 457bb06797570d303089b48e579eba91ddb3f10f Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 15 Oct 2007 04:23:22 +0200 Subject: Clean up trailing whitespace darcs-hash:20071015022322-a5988-5be6be8bd439055706ae39fdd3474a5246b87af4.gz --- Operations.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Operations.hs') 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 -- cgit v1.2.3