aboutsummaryrefslogtreecommitdiff
path: root/src/core/endpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/endpt.h')
-rw-r--r--src/core/endpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/endpt.h b/src/core/endpt.h
index a8fce86a..bff0ec6d 100644
--- a/src/core/endpt.h
+++ b/src/core/endpt.h
@@ -17,7 +17,7 @@
// OR TRANSPORTS.
struct nng_endpoint {
nni_tran_ep ep_ops;
- nni_tran *ep_tran;
+ nni_tran * ep_tran;
void * ep_data; // Transport private
nni_list_node ep_node; // Per socket list
nni_sock * ep_sock;