remove extra newline 86f0b511
Hiltjo Posthuma · 2024-10-30 13:03 1 file(s) · +0 −1
dmenu.c +0 −1
689 689
	                    CWOverrideRedirect | CWBackPixel | CWEventMask, &swa);
690 690
	XSetClassHint(dpy, win, &ch);
691 691
692 -
693 692
	/* input methods */
694 693
	if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL)
695 694
		die("XOpenIM failed: could not open input device");