]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
yay no tabs in the source
[chaz/openbox] / openbox / keyboard.c
index 516503488ac59df1d1c9e8b326e9c693fe35c2ac..3e56125d847892d4ec0b312b2970b6df638ac5ec 100644 (file)
@@ -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
This page took 0.021723 seconds and 4 git commands to generate.