summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2015-06-30 18:42:50 +0000
committerokan <okan>2015-06-30 18:42:50 +0000
commit6b8b8562172c860b8341fc9acf45ee7e2880e45a (patch)
treeea04f17452a7c1456a8defc0724a8238c6ccd3f4 /conf.c
parent8515d717ae5bb336e089e9c10a92b499de5d4c81 (diff)
downloadcwm-6b8b8562172c860b8341fc9acf45ee7e2880e45a.tar.gz
cwm-6b8b8562172c860b8341fc9acf45ee7e2880e45a.tar.xz
cwm-6b8b8562172c860b8341fc9acf45ee7e2880e45a.zip
style and spacing nits
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.c b/conf.c
index a202e73..dab93e2 100644
--- a/conf.c
+++ b/conf.c
@@ -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)