]> git.sur5r.net Git - i3/i3/blobdiff - src/bindings.c
userguide: Un-hide a TODO block completed in 2011
[i3/i3] / src / bindings.c
index 6704c816e148170a987088c505c2298245c7e33c..732543d087dc0aacaeeeb9c9087dd8acb9edb9a3 100644 (file)
@@ -123,7 +123,7 @@ static bool binding_in_current_group(const Binding *bind) {
 }
 
 static void grab_keycode_for_binding(xcb_connection_t *conn, Binding *bind, uint32_t keycode) {
-/* Grab the key in all combinations */
+    /* Grab the key in all combinations */
 #define GRAB_KEY(modifier)                                                                       \
     do {                                                                                         \
         xcb_grab_key(conn, 0, root, modifier, keycode, XCB_GRAB_MODE_SYNC, XCB_GRAB_MODE_ASYNC); \