about summary refs log tree commit diff
path: root/screen.c
diff options
context:
space:
mode:
authortobias <tobias>2009-11-28 17:52:12 +0000
committertobias <tobias>2009-11-28 17:52:12 +0000
commit42bf29fb20349b0c92307a4a9c503bee3e8e9039 (patch)
treed8b1a250ed1971b8c2e154132cf1147d49ad918b /screen.c
parentafaf69cefc0f30ae80d842a17cb1b446ec2a6996 (diff)
downloadcwm-42bf29fb20349b0c92307a4a9c503bee3e8e9039.tar.gz
cwm-42bf29fb20349b0c92307a4a9c503bee3e8e9039.tar.xz
cwm-42bf29fb20349b0c92307a4a9c503bee3e8e9039.zip
style (whitespaces)
ok oga, okan
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.c b/screen.c
index f3f1a5a..6372362 100644
--- a/screen.c
+++ b/screen.c
@@ -77,7 +77,7 @@ screen_init_xinerama(struct screen_ctx *sc)
 		HasXinerama = 0;
 		sc->xinerama_no = 0;
 	}
-		
+
 	info = XineramaQueryScreens(X_Dpy, &no);
 	if (info == NULL) {
 		/* Is xinerama actually off, instead of a malloc failure? */