]> git.sur5r.net Git - i3/i3/blobdiff - src/floating.c
Apply compatible changes from clang-format 6.0.1
[i3/i3] / src / floating.c
index 340ef864d1a30d91febaa84869253d50dd5301be..080413347899b4d36007d990dae0196f86af729d 100644 (file)
@@ -791,8 +791,7 @@ static void xcb_drag_prepare_cb(EV_P_ ev_prepare *w, int revents) {
  * rect of the client, the event and the new coordinates (x, y).
  *
  */
-drag_result_t drag_pointer(Con *con, const xcb_button_press_event_t *event, xcb_window_t
-                                                                                confine_to,
+drag_result_t drag_pointer(Con *con, const xcb_button_press_event_t *event, xcb_window_t confine_to,
                            border_t border, int cursor, callback_t callback, const void *extra) {
     xcb_cursor_t xcursor = (cursor && xcursor_supported) ? xcursor_get_cursor(cursor) : XCB_NONE;