From 3a9dc57c6989eb4b6955a0003d2b1211b4b254de Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Fri, 28 Sep 2007 00:00:25 +0000 Subject: [PATCH] Minor formatting --- Config.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Config.hs b/Config.hs index f82e8da..acf8bc8 100644 --- a/Config.hs +++ b/Config.hs @@ -93,9 +93,9 @@ borderWidth = 1 -- The default set of tiling algorithms -- defaultLayouts :: [SomeLayout Window] -defaultLayouts = [SomeLayout tiled - ,SomeLayout $ Mirror tiled - ,SomeLayout Full +defaultLayouts = [ SomeLayout tiled + , SomeLayout $ Mirror tiled + , SomeLayout Full -- Extension-provided layouts ]