From: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 8 Feb 2022 20:45:28 +0000 (+0100)
Subject: code-style: rm newline (oops)
X-Git-Url: https://git.xinqibao.xyz/dmenu.git/commitdiff_plain/c4b656e0da36070a834b03ceb76269ffee8ac952?ds=sidebyside

code-style: rm newline (oops)
---

diff --git a/dmenu.c b/dmenu.c
index 88d2f12..d95e6c6 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -104,7 +104,6 @@ cleanup(void)
 
 static char *
 cistrstr(const char *h, const char *n)
-
 {
 	size_t i;