diff options
author | djm@openbsd.org <djm@openbsd.org> | 2021-04-03 07:54:14 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2021-04-03 08:20:00 +0200 |
commit | 34afde5c73b5570d6f8cce9b49993b23b77bfb86 (patch) | |
tree | 65a80f731c98a8d7973ecd309981b3ff2fd4e3b6 /servconf.h | |
parent | Save config.h and config.log on failure too. (diff) | |
download | openssh-34afde5c73b5570d6f8cce9b49993b23b77bfb86.tar.xz openssh-34afde5c73b5570d6f8cce9b49993b23b77bfb86.zip |
upstream: whitespace (tab after space)
OpenBSD-Commit-ID: 0e2b3f7674e985d3f7c27ff5028e690ba1c2efd4
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.h b/servconf.h index 3ce9284fe..7ad9d6ae4 100644 --- a/servconf.h +++ b/servconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.152 2021/03/12 04:08:19 dtucker Exp $ */ +/* $OpenBSD: servconf.h,v 1.153 2021/04/03 05:54:14 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -236,7 +236,7 @@ typedef struct { struct connection_info { const char *user; const char *host; /* possibly resolved hostname */ - const char *address; /* remote address */ + const char *address; /* remote address */ const char *laddress; /* local address */ int lport; /* local port */ const char *rdomain; /* routing domain if available */ |