diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2015-06-30 18:42:51 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2015-06-30 18:42:51 +0000 |
commit | 8cc5c577746fe453f883c863669dd863c2abb5e1 (patch) | |
tree | 6bbe795a4adf5a815fc864dc149f28a4e97e3681 /app/cwm/conf.c | |
parent | 16b6b4baca38200566ed39443bae9d4a6f1883ab (diff) |
style and spacing nits
Diffstat (limited to 'app/cwm/conf.c')
-rw-r--r-- | app/cwm/conf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/cwm/conf.c b/app/cwm/conf.c index 2241a2904..54e67912c 100644 --- a/app/cwm/conf.c +++ b/app/cwm/conf.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: conf.c,v 1.187 2015/05/21 00:37:04 okan Exp $ + * $OpenBSD: conf.c,v 1.188 2015/06/30 18:42:50 okan Exp $ */ #include <sys/types.h> @@ -33,9 +33,9 @@ #include "calmwm.h" static const char *conf_bind_getmask(const char *, unsigned int *); -static void conf_cmd_remove(struct conf *, const char *); -static void conf_unbind_kbd(struct conf *, struct binding *); -static void conf_unbind_mouse(struct conf *, struct binding *); +static void conf_cmd_remove(struct conf *, const char *); +static void conf_unbind_kbd(struct conf *, struct binding *); +static void conf_unbind_mouse(struct conf *, struct binding *); int conf_cmd_add(struct conf *c, const char *name, const char *path) |