diff options
author | Damien Miller <djm@mindrot.org> | 2021-04-03 08:47:37 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2021-04-03 08:47:37 +0200 |
commit | 57ed647ee07bb883a2f2264231bcd1df6a5b9392 (patch) | |
tree | b6857717f688761bc7c4891ece4b23a4413076fa /sftp.c | |
parent | upstream: highly polished whitespace, mostly fixing spaces-for-tab (diff) | |
download | openssh-57ed647ee07bb883a2f2264231bcd1df6a5b9392.tar.xz openssh-57ed647ee07bb883a2f2264231bcd1df6a5b9392.zip |
polish whitespace for portable files
Diffstat (limited to 'sftp.c')
-rw-r--r-- | sftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) { |