stray newlines

This commit is contained in:
okan
2016-12-06 21:59:33 +00:00
parent a7f2ab7497
commit 8b4666cb92
3 changed files with 1 additions and 3 deletions

View File

@@ -1086,4 +1086,3 @@ client_set_wm_state(struct client_ctx *cc, long state)
XChangeProperty(X_Dpy, cc->win, cwmh[WM_STATE], cwmh[WM_STATE], 32,
PropModeReplace, (unsigned char *)data, 2);
}