From: Guy Harris Date: Sat, 28 Sep 2019 21:05:43 +0000 (-0700) Subject: Remove more trailing white space. X-Git-Tag: libpcap-1.10-bp~417 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/e2a475890d0456af3469750f151b8e3b3394e0d9 Remove more trailing white space. --- diff --git a/rpcapd/daemon.c b/rpcapd/daemon.c index f21d775d..c3599828 100644 --- a/rpcapd/daemon.c +++ b/rpcapd/daemon.c @@ -1429,7 +1429,7 @@ daemon_AuthUserPwd(char *username, char *password, char *errbuf) pcap_fmt_errmsg_for_win32_err(errmsgbuf, PCAP_ERRBUF_SIZE, error, "LogonUser() failed"); rpcapd_log(LOGPRIO_ERROR, "%s", errmsgbuf); - } + } return -1; }