From 5ddcf8f54e02b5f9f27430bf6f12a2a800e57cf8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 Jun 2001 19:28:10 +0000 Subject: Whitespace cleanup. svn path=/trunk/; revision=3346 --- driver.c | 2 +- fetchmail.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/driver.c b/driver.c index 6116ab5d..5a5a876f 100644 --- a/driver.c +++ b/driver.c @@ -521,7 +521,7 @@ static int fetch_messages(int mailserver_socket, struct query *ctl, else if (ok) return(FALSE); - /* tell server we got it OK and resynchronize */ + /* tell server we got it OK and resynchronize */ if (ctl->server.base_protocol->trail) { if (outlevel >= O_VERBOSE && !isafile(1)) diff --git a/fetchmail.h b/fetchmail.h index 6886e918..fe3eb320 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -298,8 +298,8 @@ struct query const char *destaddr; /* destination host for this query */ int errcount; /* count transient errors in last pass */ int authfailcount; /* count of authorization failures */ - int wehaveauthed; /* We have managed to logon at least once! */ - int wehavesentauthnote; /* We have sent an authorization failure note */ + int wehaveauthed; /* We've managed to logon at least once! */ + int wehavesentauthnote; /* We've sent an authorization failure note */ int wedged; /* wedged by auth failures or timeouts? */ char *smtphost; /* actual SMTP host we connected to */ int smtp_socket; /* socket descriptor for SMTP connection */ -- cgit v1.2.3