]> The Tcpdump Group git mirrors - libpcap/commitdiff
Get rid of trailing white space.
authorGuy Harris <[email protected]>
Sat, 28 Sep 2019 18:54:00 +0000 (11:54 -0700)
committerGuy Harris <[email protected]>
Wed, 2 Oct 2019 20:45:37 +0000 (13:45 -0700)
rpcapd/daemon.c

index 46af831676ed1a246fb3f4da3590db7078877df9..f21d775d6e2be09ab4cab287c27fb03e2e5f7ece 100644 (file)
@@ -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;
        }