Minor formatting

This commit is contained in:
Spencer Janssen
2007-09-28 00:00:25 +00:00
parent 5f9222efb4
commit 3a9dc57c69

View File

@@ -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
]