]> Skullheadx's Git Forge - dmenu.git/commitdiff
remove extra newline
authorHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 30 Oct 2024 12:03:25 +0000 (13:03 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 30 Oct 2024 12:03:25 +0000 (13:03 +0100)
dmenu.c

diff --git a/dmenu.c b/dmenu.c
index 40f93e02394d94c79361761f46045cb676948db5..804da6417935b03c29b062a8d75eeb958660d505 100644 (file)
--- a/dmenu.c
+++ b/dmenu.c
@@ -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");