]> git.sur5r.net Git - i3/i3/blobdiff - src/floating.c
switch to clang-format-6.0 (#3533)
[i3/i3] / src / floating.c
index bfb130fbdf2b168ee9fb036e90eb75df06834429..f5c61782ae7b6bd2585d750120d010c3694576cb 100644 (file)
@@ -892,7 +892,7 @@ drag_result_t drag_pointer(Con *con, const xcb_button_press_event_t *event, xcb_
                                     XCB_CURRENT_TIME,
                                     XCB_GRAB_MODE_ASYNC, /* continue processing pointer events as normal */
                                     XCB_GRAB_MODE_ASYNC  /* keyboard mode */
-                                    );
+    );
 
     if ((keyb_reply = xcb_grab_keyboard_reply(conn, keyb_cookie, &error)) == NULL) {
         ELOG("Could not grab keyboard (error_code = %d)\n", error->error_code);