Apply compatible changes from clang-format 6.0.1
These are the changes that clang-format 6.0.1 makes to the codebase that clang-format-3.8 doesn't change back. Useful for those that use a more recent version of clang-format in their local machines.
This commit is contained in:
@ -60,8 +60,7 @@ uint32_t get_colorpixel(const char *hex) {
|
||||
|
||||
xcb_alloc_color_reply_t *reply;
|
||||
|
||||
reply = xcb_alloc_color_reply(conn, xcb_alloc_color(conn, root_screen->default_colormap,
|
||||
r16, g16, b16),
|
||||
reply = xcb_alloc_color_reply(conn, xcb_alloc_color(conn, root_screen->default_colormap, r16, g16, b16),
|
||||
NULL);
|
||||
|
||||
if (!reply) {
|
||||
|
Reference in New Issue
Block a user