aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authordaniel <daniel@wagner-home.com>2007-03-26 09:33:39 +0200
committerdaniel <daniel@wagner-home.com>2007-03-26 09:33:39 +0200
commit346f819b7662c15db70d8f3222df3be3afd93041 (patch)
tree6f085acced14072e906694c18b33ba423a308457 /Main.hs
parent2cd8046e9caa16726f721be772520f3095ee0613 (diff)
downloadxmonad-346f819b7662c15db70d8f3222df3be3afd93041.tar.gz
xmonad-346f819b7662c15db70d8f3222df3be3afd93041.tar.xz
xmonad-346f819b7662c15db70d8f3222df3be3afd93041.zip
minor aesthetic changes
darcs-hash:20070326073339-c98ca-189e5a913582d8f6cf3ec6c7a01f39cf8718a222.gz
Diffstat (limited to '')
-rw-r--r--Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index e2f5296..b2c6ce4 100644
--- a/Main.hs
+++ b/Main.hs
@@ -182,4 +182,3 @@ handle e@(ConfigureRequestEvent {window = w}) = do
io $ sync dpy False
handle e = trace (eventName e) -- ignoring
-