From 74cb32ae89ef3aab8756491031877d2240175d36 Mon Sep 17 00:00:00 2001 From: djm Date: Sat, 3 Apr 2021 06:18:40 +0000 Subject: highly polished whitespace, mostly fixing spaces-for-tab and bad indentation on continuation lines. Prompted by GHPR#185 --- usr.bin/ssh/sftp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/sftp.c') diff --git a/usr.bin/ssh/sftp.c b/usr.bin/ssh/sftp.c index f42c43b30d4..c3ad248faca 100644 --- a/usr.bin/ssh/sftp.c +++ b/usr.bin/ssh/sftp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp.c,v 1.207 2021/03/31 22:16:34 djm Exp $ */ +/* $OpenBSD: sftp.c,v 1.208 2021/04/03 06:18:41 djm Exp $ */ /* * Copyright (c) 2001-2004 Damien Miller * @@ -719,7 +719,7 @@ process_put(struct sftp_conn *conn, const char *src, const char *dst, } free(tmp); - resume |= global_aflag; + resume |= global_aflag; if (!quiet && resume) mprintf("Resuming upload of %s to %s\n", g.gl_pathv[i], abs_dst); -- cgit v1.2.3-59-g8ed1b