whitespace pedantry
This commit is contained in:
parent
1adc8479ba
commit
00e5aa03ea
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ftp.c,v 1.144 2007/04/11 05:03:25 lukem Exp $ */
|
||||
/* $NetBSD: ftp.c,v 1.145 2007/04/12 04:18:23 lukem Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996-2007 The NetBSD Foundation, Inc.
|
||||
@ -99,7 +99,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)ftp.c 8.6 (Berkeley) 10/27/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: ftp.c,v 1.144 2007/04/11 05:03:25 lukem Exp $");
|
||||
__RCSID("$NetBSD: ftp.c,v 1.145 2007/04/12 04:18:23 lukem Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -505,7 +505,7 @@ getreply(int expecteof)
|
||||
if (verbose > 0 || ((verbose > -1 && n == '5') &&
|
||||
(n < '5' || !retry_connect))) {
|
||||
(void)putc(c, ttyout);
|
||||
(void)fflush (ttyout);
|
||||
(void)fflush(ttyout);
|
||||
}
|
||||
if (cp[-1] == '\r')
|
||||
cp[-1] = '\0';
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: util.c,v 1.136 2007/04/11 00:52:38 lukem Exp $ */
|
||||
/* $NetBSD: util.c,v 1.137 2007/04/12 04:18:22 lukem Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997-2007 The NetBSD Foundation, Inc.
|
||||
@ -71,7 +71,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: util.c,v 1.136 2007/04/11 00:52:38 lukem Exp $");
|
||||
__RCSID("$NetBSD: util.c,v 1.137 2007/04/12 04:18:22 lukem Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
@ -772,7 +772,7 @@ remotemodtime(const char *file, int noisy)
|
||||
goto bad_parse_time;
|
||||
else
|
||||
goto cleanup_parse_time;
|
||||
} else
|
||||
} else
|
||||
DPRINTF("parsed date as: %s", ctime(&rtime));
|
||||
} else {
|
||||
if (r == ERROR && code == 500 && features[FEAT_MDTM] == -1)
|
||||
@ -850,7 +850,7 @@ fileindir(const char *file, const char *dir)
|
||||
char realdir[PATH_MAX+1];
|
||||
size_t dirlen;
|
||||
|
||||
/* determine parent directory of file */
|
||||
/* determine parent directory of file */
|
||||
(void)strlcpy(parentdirbuf, file, sizeof(parentdirbuf));
|
||||
parentdir = dirname(parentdirbuf);
|
||||
if (strcmp(parentdir, ".") == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user