From: Tomohiro Kusumi Date: Thu, 5 Sep 2019 13:15:03 +0000 (+0900) Subject: lib/libc: Whitespace fix X-Git-Tag: v5.8.0rc1~1031 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/9b0ce039b8d35911bade63fdae0ffe07a57ce19f lib/libc: Whitespace fix --- diff --git a/lib/libc/gen/setproctitle.c b/lib/libc/gen/setproctitle.c index 46723b756d..a1cd166a54 100644 --- a/lib/libc/gen/setproctitle.c +++ b/lib/libc/gen/setproctitle.c @@ -115,7 +115,7 @@ setproctitle(const char *fmt, ...) nargc = 1; kbuf = buf; } else if (*obuf != '\0') { - /* Idea from NetBSD - reset the title on fmt == NULL */ + /* Idea from NetBSD - reset the title on fmt == NULL */ nargvp = oargv; nargc = oargc; kbuf = obuf;