style and spacing nits

This commit is contained in:
okan
2015-06-30 18:42:50 +00:00
parent 8515d717ae
commit 6b8b856217
3 changed files with 8 additions and 13 deletions

6
conf.c
View File

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