aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authoroga2008-05-15 22:18:00 +0000
committeroga2008-05-15 22:18:00 +0000
commit6a2c99a2df8d170eda74cccacbb5a5225d617d21 (patch)
tree0c8e74b70b51716961b2eb2057f7a26aa4e58de4 /conf.c
parent15b4ab26e054ad00b82c48c070089cdb52cc823c (diff)
downloadcwm-6a2c99a2df8d170eda74cccacbb5a5225d617d21.tar.gz
KNF, no binary change.
From Pierre Riteau. Thanks!
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 119b147..db12e79 100644
--- a/conf.c
+++ b/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.
*
- * $Id: conf.c,v 1.28 2008/04/16 13:47:29 oga Exp $
+ * $Id: conf.c,v 1.29 2008/05/15 22:18:00 oga Exp $
*/
#include "headers.h"
@@ -396,8 +396,8 @@ void conf_unbind(struct conf *c, struct keybinding *unbind)
continue;
if ((key->keycode != 0 && key->keysym == NoSymbol &&
- key->keycode == unbind->keycode) ||
- key->keysym == unbind->keysym)
+ key->keycode == unbind->keycode) ||
+ key->keysym == unbind->keysym)
TAILQ_REMOVE(&c->keybindingq, key, entry);
}
}