switch to clang-format-4.0

clang-format-3.8 is old enough to have vanished from Debian testing, which we
use for our CI.
This commit is contained in:
Michael Stapelberg
2018-11-03 09:16:16 +01:00
parent f16afef7b3
commit eedb257655
6 changed files with 10 additions and 10 deletions

View File

@ -908,7 +908,7 @@ static void handle_client_message(xcb_client_message_event_t *event) {
case _NET_WM_MOVERESIZE_MOVE:
floating_drag_window(con->parent, &fake);
break;
case _NET_WM_MOVERESIZE_SIZE_TOPLEFT... _NET_WM_MOVERESIZE_SIZE_LEFT:
case _NET_WM_MOVERESIZE_SIZE_TOPLEFT ... _NET_WM_MOVERESIZE_SIZE_LEFT:
floating_resize_window(con->parent, false, &fake);
break;
default: