Formatting only

This commit is contained in:
Spencer Janssen
2007-05-25 21:44:14 +00:00
parent 7afc18b0e1
commit 8d6b914409

View File

@@ -139,9 +139,9 @@ borderWidth = 1
-- The default set of Layouts: -- The default set of Layouts:
defaultLayouts :: [Layout] defaultLayouts :: [Layout]
defaultLayouts = [ full, defaultLayouts = [ full
tall defaultWindowsInMaster defaultDelta (1%2), , tall defaultWindowsInMaster defaultDelta (1%2)
wide defaultWindowsInMaster defaultDelta (1%2) ] , wide defaultWindowsInMaster defaultDelta (1%2) ]
-- --
-- The key bindings list. -- The key bindings list.