Merge pull request #4010 from orestisfl/trailing-whitespace-log

Fix trailing whitespace in a DLOG
next
Ingo Bürk 2020-04-11 19:49:05 +02:00 committed by GitHub
commit 1e9fbd7186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);