From e4cfb80a056cfbab86b74b68ce9ac90fca94e074 Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Sat, 11 Apr 2020 10:10:44 +0200 Subject: [PATCH] Fix trailing whitespace in a DLOG --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index 369aaa96..d84f8869 100644 --- a/src/window.c +++ b/src/window.c @@ -288,7 +288,7 @@ bool window_update_normal_hints(i3Window *win, xcb_get_property_reply_t *reply, ASSIGN_IF_CHANGED(win->max_width, max_width); ASSIGN_IF_CHANGED(win->max_height, max_height); } else { - DLOG("Clearing maximum size \n"); + DLOG("Clearing maximum size\n"); ASSIGN_IF_CHANGED(win->max_width, 0); ASSIGN_IF_CHANGED(win->max_height, 0);