From 335e8acbfc5d2824f1fd2cb67a5add8e1ed40b06 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 21 Mar 2004 01:03:00 +0000 Subject: yay no tabs in the source --- openbox/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/keyboard.c') diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 51650348..3e56125d 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -119,7 +119,7 @@ gboolean keyboard_bind(GList *keylist, ObAction *action) return FALSE; if ((t = tree_find(tree, &conflict)) != NULL) { - /* already bound to something, use the existing tree */ + /* already bound to something, use the existing tree */ tree_destroy(tree); tree = NULL; } else -- cgit v1.2.3