more style nits
This commit is contained in:
6
calmwm.c
6
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
|
||||
|
||||
Reference in New Issue
Block a user