summaryrefslogtreecommitdiffstats
path: root/channels.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 /channels.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 'channels.h')
-rw-r--r--channels.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/channels.h b/channels.h
index 74e9b3f87..191a87da7 100644
--- a/channels.h
+++ b/channels.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.h,v 1.135 2020/09/20 05:47:25 djm Exp $ */
+/* $OpenBSD: channels.h,v 1.136 2021/04/03 05:54:14 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -177,7 +177,7 @@ struct Channel {
channel_filter_cleanup_fn *filter_cleanup;
/* keep boundaries */
- int datagram;
+ int datagram;
/* non-blocking connect */
/* XXX make this a pointer so the structure can be opaque */
@@ -187,7 +187,7 @@ struct Channel {
mux_callback_fn *mux_rcb;
void *mux_ctx;
int mux_pause;
- int mux_downstream_id;
+ int mux_downstream_id;
};
#define CHAN_EXTENDED_IGNORE 0