more style nits

This commit is contained in:
okan
2014-09-07 19:27:30 +00:00
parent be091b3523
commit 3d12b6d1d9
8 changed files with 67 additions and 67 deletions

View File

@@ -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