]> jfr.im git - solanum.git/commitdiff
authd: remove some whitespace
authorElizabeth Myers <redacted>
Fri, 1 Apr 2016 07:44:50 +0000 (02:44 -0500)
committerElizabeth Myers <redacted>
Fri, 1 Apr 2016 07:44:50 +0000 (02:44 -0500)
ircd/authd.c

index 816b1a6d557b4c01dde6d81b2fbfcc2da7e07d71..a4bacbb041dc017929dc953bf0b1494b2df41dc6 100644 (file)
@@ -451,7 +451,6 @@ authd_abort_client(struct Client *client_p)
 
        /* XXX should we blindly allow like this? */
        authd_decide_client(client_p, "*", "*", true, '\0', NULL, NULL);
-
        client_p->preClient->authd_cid = 0;
 }