]> Dogcows Code - chaz/openbox/blobdiff - openbox/keytree.h
Merge branch 'master' into chaz
[chaz/openbox] / openbox / keytree.h
index 59a515c7944de450632766333413fad856e26bc4..66edc3c7faf0af58ba57827370debed953d6c74d 100644 (file)
@@ -29,9 +29,9 @@ typedef struct KeyBindingTree {
     gboolean chroot;
 
     /* the level up in the tree */
-    struct KeyBindingTree *parent; 
+    struct KeyBindingTree *parent;
     /* the next binding in the tree at the same level */
-    struct KeyBindingTree *next_sibling; 
+    struct KeyBindingTree *next_sibling;
     /* the first child of this binding (next binding in a chained sequence).*/
     struct KeyBindingTree *first_child;
 } KeyBindingTree;
@@ -42,5 +42,4 @@ void tree_assimilate(KeyBindingTree *node);
 KeyBindingTree *tree_find(KeyBindingTree *search, gboolean *conflict);
 gboolean tree_chroot(KeyBindingTree *tree, GList *keylist);
 
-
 #endif
This page took 0.021469 seconds and 4 git commands to generate.