summary refs log tree commit diff
path: root/calmwm.c
diff options
context:
space:
mode:
authorokan <okan>2014-09-07 19:27:30 +0000
committerokan <okan>2014-09-07 19:27:30 +0000
commit3d12b6d1d940d40c1298ae03e519c8ac4a9a1407 (patch)
treeb7a2201e7e811cbb6c1fedac37fb78b2edd4b9f9 /calmwm.c
parentbe091b35236438d578782c7d5711a512451f302b (diff)
downloadcwm-3d12b6d1d940d40c1298ae03e519c8ac4a9a1407.tar.gz
cwm-3d12b6d1d940d40c1298ae03e519c8ac4a9a1407.tar.xz
cwm-3d12b6d1d940d40c1298ae03e519c8ac4a9a1407.zip
more style nits
Diffstat (limited to 'calmwm.c')
-rw-r--r--calmwm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calmwm.c b/calmwm.c
index 90844a5..06029a2 100644
--- a/calmwm.c
+++ b/calmwm.c
@@ -120,7 +120,7 @@ main(int argc, char **argv)
 	if (cwm_status == CWM_RESTART)
 		x_restart(cwm_argv);
 
-	return (0);
+	return(0);
 }
 
 static void
@@ -185,7 +185,7 @@ x_wmerrorhandler(Display *dpy, XErrorEvent *e)
 {
 	errx(1, "root window unavailable - perhaps another wm is running?");
 
-	return (0);
+	return(0);
 }
 
 static int
@@ -201,7 +201,7 @@ x_errorhandler(Display *dpy, XErrorEvent *e)
 
 	warnx("%s(0x%x): %s", req, (unsigned int)e->resourceid, msg);
 #endif
-	return (0);
+	return(0);
 }
 
 static void