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:
@ -56,7 +56,7 @@ void xcursor_load_cursors(void) {
|
||||
*/
|
||||
void xcursor_set_root_cursor(int cursor_id) {
|
||||
xcb_change_window_attributes(conn, root, XCB_CW_CURSOR,
|
||||
(uint32_t[]) {xcursor_get_cursor(cursor_id)});
|
||||
(uint32_t[]){xcursor_get_cursor(cursor_id)});
|
||||
}
|
||||
|
||||
xcb_cursor_t xcursor_get_cursor(enum xcursor_cursor_t c) {
|
||||
|
Reference in New Issue
Block a user