aboutsummaryrefslogtreecommitdiff
path: root/libi3
diff options
context:
space:
mode:
authorOrestis Floros <orestisf1993@gmail.com>2018-08-22 14:51:17 +0300
committerOrestis Floros <orestisf1993@gmail.com>2018-08-22 14:51:17 +0300
commite6202d43f5fc2048b4870203512ec829e0e231fe (patch)
treebac92eb77c7a408dae3d85bb9248bef9f2463ea4 /libi3
parent2f3c8b64841340073a283cb42c03fb9df7715ebe (diff)
downloadi3-e6202d43f5fc2048b4870203512ec829e0e231fe.tar.gz
i3-e6202d43f5fc2048b4870203512ec829e0e231fe.zip
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.
Diffstat (limited to 'libi3')
-rw-r--r--libi3/get_colorpixel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libi3/get_colorpixel.c b/libi3/get_colorpixel.c
index 9bdd0a71..afba202b 100644
--- a/libi3/get_colorpixel.c
+++ b/libi3/get_colorpixel.c
@@ -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) {