summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-06-26 02:02:36 +0000
committerDamien Miller <djm@mindrot.org>2018-06-26 12:03:25 +1000
commit84623e0037628f9992839063151f7a9f5f13099a (patch)
tree9a2466f078d14801a08a254fb333d9d5a1e2e0c6 /clientloop.c
parent90e51d672711c19a36573be1785caf35019ae7a8 (diff)
upstream: whitespace
OpenBSD-Commit-ID: 9276951caf4daf555f6d262e95720e7f79244572
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/clientloop.c b/clientloop.c
index 247b83979..9a5865b2a 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: clientloop.c,v 1.313 2018/06/09 03:01:12 djm Exp $ */ 1/* $OpenBSD: clientloop.c,v 1.314 2018/06/26 02:02:36 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -921,7 +921,7 @@ print_escape_help(Buffer *b, int escape_char, int mux_client, int using_stderr)
921 buffer_append(b, string, strlen(string)); 921 buffer_append(b, string, strlen(string));
922} 922}
923 923
924/* 924/*
925 * Process the characters one by one. 925 * Process the characters one by one.
926 */ 926 */
927static int 927static int
@@ -940,7 +940,7 @@ process_escapes(struct ssh *ssh, Channel *c,
940 940
941 if (c->filter_ctx == NULL) 941 if (c->filter_ctx == NULL)
942 return 0; 942 return 0;
943 943
944 if (len <= 0) 944 if (len <= 0)
945 return (0); 945 return (0);
946 946
@@ -1746,7 +1746,7 @@ struct hostkeys_update_ctx {
1746 */ 1746 */
1747 struct sshkey **keys; 1747 struct sshkey **keys;
1748 int *keys_seen; 1748 int *keys_seen;
1749 size_t nkeys, nnew; 1749 size_t nkeys, nnew;
1750 1750
1751 /* 1751 /*
1752 * Keys that are in known_hosts, but were not present in the update 1752 * Keys that are in known_hosts, but were not present in the update