From 57ed647ee07bb883a2f2264231bcd1df6a5b9392 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 3 Apr 2021 17:47:37 +1100 Subject: polish whitespace for portable files --- sftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sftp.c') 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)) { -- cgit v1.2.3