diff options
author | okan | 2015-06-30 18:42:50 +0000 |
---|---|---|
committer | okan | 2015-06-30 18:42:50 +0000 |
commit | c945e52f347e972876d0ee015c01ef60d73bccfa (patch) | |
tree | bdf35a89e391876cb74acca6c10178c5e4993f16 /conf.c | |
parent | e486eca576ea66b79546c532715971cf6e56cdfe (diff) | |
download | cwm-c945e52f347e972876d0ee015c01ef60d73bccfa.tar.gz |
style and spacing nits
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |