From 229d4c7decb71fd607aaec14ecbae81e380cc700 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 23 Dec 2016 02:08:40 -0800 Subject: Uncrustify fixes. --- src/nng.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/nng.c') diff --git a/src/nng.c b/src/nng.c index b05667c4..6363636d 100644 --- a/src/nng.c +++ b/src/nng.c @@ -48,11 +48,13 @@ nng_socket_protocol(nng_socket *s) return (nni_socket_proto(s)); } + int nng_recvmsg(nng_socket *s, nng_msg **msgp, int flags) { int rv; nni_duration expire; + if ((rv = nni_init()) != 0) { return (rv); } @@ -65,6 +67,7 @@ nng_recvmsg(nng_socket *s, nng_msg **msgp, int flags) return (nni_socket_recvmsg(s, msgp, expire)); } + // Misc. const char * nng_strerror(int num) -- cgit v1.2.3-70-g09d2