summaryrefslogtreecommitdiffstats
path: root/servconf.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2021-04-03 07:54:14 +0200
committerDamien Miller <djm@mindrot.org>2021-04-03 08:20:00 +0200
commit34afde5c73b5570d6f8cce9b49993b23b77bfb86 (patch)
tree65a80f731c98a8d7973ecd309981b3ff2fd4e3b6 /servconf.h
parentSave config.h and config.log on failure too. (diff)
downloadopenssh-34afde5c73b5570d6f8cce9b49993b23b77bfb86.tar.xz
openssh-34afde5c73b5570d6f8cce9b49993b23b77bfb86.zip
upstream: whitespace (tab after space)
OpenBSD-Commit-ID: 0e2b3f7674e985d3f7c27ff5028e690ba1c2efd4
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h4
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 */