From 72243fc694aea0f3db76715775105efb1fa5e79b Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 15 Jun 2002 08:03:30 +0000 Subject: Remove whitespace at the end of lines. --- usr.sbin/ppp/id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ppp/id.c') diff --git a/usr.sbin/ppp/id.c b/usr.sbin/ppp/id.c index 97a680e..440d460 100644 --- a/usr.sbin/ppp/id.c +++ b/usr.sbin/ppp/id.c @@ -228,7 +228,7 @@ ID0logout(const char *device, int nologout) ID0set0(); if (nologout || logout(ut_line)) { log_Printf(LogID0, "logout(\"%s\")\n", ut_line); - logwtmp(ut_line, "", ""); + logwtmp(ut_line, "", ""); log_Printf(LogID0, "logwtmp(\"%s\", \"\", \"\")\n", ut_line); } else log_Printf(LogERROR, "ID0logout: No longer logged in on %s\n", ut_line); -- cgit v1.1