remove extra newline

This commit is contained in:
Hiltjo Posthuma 2024-10-30 13:03:25 +01:00
parent dd3d348ae8
commit 86f0b5119e
1 changed files with 0 additions and 1 deletions

View File

@ -689,7 +689,6 @@ setup(void)
CWOverrideRedirect | CWBackPixel | CWEventMask, &swa);
XSetClassHint(dpy, win, &ch);
/* input methods */
if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL)
die("XOpenIM failed: could not open input device");