whitespace nits

This commit is contained in:
lukem 1999-11-11 01:19:11 +00:00
parent f16bb11bf0
commit 2ef6c64e80
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: domacro.c,v 1.14 1999/10/24 12:31:37 lukem Exp $ */
/* $NetBSD: domacro.c,v 1.15 1999/11/11 01:19:11 lukem Exp $ */
/*
* Copyright (c) 1985, 1993, 1994
@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)domacro.c 8.3 (Berkeley) 4/2/94";
#else
__RCSID("$NetBSD: domacro.c,v 1.14 1999/10/24 12:31:37 lukem Exp $");
__RCSID("$NetBSD: domacro.c,v 1.15 1999/11/11 01:19:11 lukem Exp $");
#endif
#endif /* not lint */
@ -83,7 +83,7 @@ TOP:
cp2 = line;
while (*cp1 != '\0') {
switch(*cp1) {
case '\\':
case '\\':
*cp2++ = *++cp1;
break;
case '$':

View File

@ -1,4 +1,4 @@
/* $NetBSD: fetch.c,v 1.95 1999/11/10 07:34:41 lukem Exp $ */
/* $NetBSD: fetch.c,v 1.96 1999/11/11 01:19:11 lukem Exp $ */
/*-
* Copyright (c) 1997-1999 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: fetch.c,v 1.95 1999/11/10 07:34:41 lukem Exp $");
__RCSID("$NetBSD: fetch.c,v 1.96 1999/11/11 01:19:11 lukem Exp $");
#endif /* not lint */
/*
@ -78,7 +78,7 @@ typedef enum {
CLASSIC_URL_T
} url_t;
void aborthttp __P((int));
void aborthttp __P((int));
static int auth_url __P((const char *, char **, const char *,
const char *));
static void base64_encode __P((const char *, size_t, char *));
@ -460,7 +460,7 @@ fetch_url(url, proxyenv, proxyauth, wwwauth)
volatile sig_t oldintr, oldintp;
volatile int s;
struct stat sb;
int ischunked, isproxy, rval, hcode;
int ischunked, isproxy, rval, hcode;
size_t len;
static size_t bufsize;
static char *xferbuf;

View File

@ -1,4 +1,4 @@
/* $NetBSD: ftp.c,v 1.86 1999/11/03 02:03:08 lukem Exp $ */
/* $NetBSD: ftp.c,v 1.87 1999/11/11 01:19:12 lukem Exp $ */
/*-
* Copyright (c) 1996-1999 The NetBSD Foundation, Inc.
@ -103,7 +103,7 @@
#if 0
static char sccsid[] = "@(#)ftp.c 8.6 (Berkeley) 10/27/94";
#else
__RCSID("$NetBSD: ftp.c,v 1.86 1999/11/03 02:03:08 lukem Exp $");
__RCSID("$NetBSD: ftp.c,v 1.87 1999/11/11 01:19:12 lukem Exp $");
#endif
#endif /* not lint */
@ -369,7 +369,7 @@ hookup(host, port)
}
if (verbose)
fprintf(ttyout, "Connected to %s.\n", hostname);
if (getreply(0) > 2) { /* read startup message from server */
if (getreply(0) > 2) { /* read startup message from server */
if (cin)
(void)fclose(cin);
if (cout)