From 3581c625151d25d8e1cbc80c44337d398d97cf42 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 25 Jan 2010 13:39:24 +0100 Subject: whitespace fixes Signed-off-by: Denys Vlasenko --- networking/ftpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'networking/ftpd.c') diff --git a/networking/ftpd.c b/networking/ftpd.c index fdc6f5e45..b7d5b20b1 100644 --- a/networking/ftpd.c +++ b/networking/ftpd.c @@ -716,7 +716,7 @@ handle_dir_common(int opts) /* STAT */ cmdio_write_raw(STR(FTP_STATFILE_OK)"-File status:\r\n"); while (1) { - line = xmalloc_fgetline(ls_fp); + line = xmalloc_fgetline(ls_fp); if (!line) break; /* Hack: 0 results in no status at all */ @@ -731,7 +731,7 @@ handle_dir_common(int opts) int remote_fd = get_remote_transfer_fd(" Directory listing"); if (remote_fd >= 0) { while (1) { - line = xmalloc_fgetline(ls_fp); + line = xmalloc_fgetline(ls_fp); if (!line) break; /* I've seen clients complaining when they -- cgit v1.2.3