summaryrefslogtreecommitdiffstats
path: root/sftp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2021-04-03 08:47:37 +0200
committerDamien Miller <djm@mindrot.org>2021-04-03 08:47:37 +0200
commit57ed647ee07bb883a2f2264231bcd1df6a5b9392 (patch)
treeb6857717f688761bc7c4891ece4b23a4413076fa /sftp.c
parentupstream: highly polished whitespace, mostly fixing spaces-for-tab (diff)
downloadopenssh-57ed647ee07bb883a2f2264231bcd1df6a5b9392.tar.xz
openssh-57ed647ee07bb883a2f2264231bcd1df6a5b9392.zip
polish whitespace for portable files
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sftp.c b/sftp.c
index 37b0ec399..654f93a15 100644
--- a/sftp.c
+++ b/sftp.c
@@ -2213,7 +2213,7 @@ interactive_loop(struct sftp_conn *conn, char *file1, char *file2)
if ((line = el_gets(el, &count)) == NULL ||
count <= 0) {
printf("\n");
- break;
+ break;
}
history(hl, &hev, H_ENTER, line);
if (strlcpy(cmd, line, sizeof(cmd)) >= sizeof(cmd)) {