run clang-format (3.5.0)
Not quite sure why there are so many differences. Perhaps we’ve gotten out of the habit of running clang-format after every change. I guess it’d be best to have a travis hook that runs clang-format for us and reports any problems on pull requests.
This commit is contained in:
@ -189,7 +189,7 @@ void window_update_strut_partial(i3Window *win, xcb_get_property_reply_t *prop)
|
||||
DLOG("Reserved pixels changed to: left = %d, right = %d, top = %d, bottom = %d\n",
|
||||
strut[0], strut[1], strut[2], strut[3]);
|
||||
|
||||
win->reserved = (struct reservedpx) {strut[0], strut[1], strut[2], strut[3]};
|
||||
win->reserved = (struct reservedpx){strut[0], strut[1], strut[2], strut[3]};
|
||||
|
||||
free(prop);
|
||||
}
|
||||
|
Reference in New Issue
Block a user