]> git.sur5r.net Git - i3/i3/blobdiff - i3-config-wizard/main.c
Apply compatible changes from clang-format 6.0.1
[i3/i3] / i3-config-wizard / main.c
index f3c33034b6c950a66f78979d0284194ef9304f46..4a843faea17c7d5a32d994f9b3f1cd83f7df4c94 100644 (file)
@@ -951,13 +951,12 @@ int main(int argc, char *argv[]) {
         /* Strip off the highest bit (set if the event is generated) */
         int type = (event->response_type & 0x7F);
 
+        /* TODO: handle mappingnotify */
         switch (type) {
             case XCB_KEY_PRESS:
                 handle_key_press(NULL, conn, (xcb_key_press_event_t *)event);
                 break;
 
-            /* TODO: handle mappingnotify */
-
             case XCB_BUTTON_PRESS:
                 handle_button_press((xcb_button_press_event_t *)event);
                 break;