From 05c18861dd58a08076d0fa97f72cb88c4a5698e5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 30 Nov 2009 16:01:51 +0000 Subject: Whitespace removal. --- cpukit/pppd/upap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/pppd/upap.c') diff --git a/cpukit/pppd/upap.c b/cpukit/pppd/upap.c index 527d05a868..e8115a68c7 100644 --- a/cpukit/pppd/upap.c +++ b/cpukit/pppd/upap.c @@ -122,7 +122,7 @@ upap_init(int unit) void upap_authwithpeer( int unit, - char *user, + char *user, char *password) { upap_state *u = &upap[unit]; @@ -505,7 +505,7 @@ upap_sauthreq(upap_state *u) outlen = UPAP_HEADERLEN + 2 * sizeof (u_char) + u->us_userlen + u->us_passwdlen; outp = outpacket_buf; - + MAKEHEADER(outp, PPP_PAP); PUTCHAR(UPAP_AUTHREQ, outp); -- cgit v1.2.3