Uncrustify fix.
Signed-off-by: Gert Doering <gert@greenie.muc.de>
va_end(arglist);
}
-static const char*
+static const char *
openvpn_strerror(int err, bool crt_error, struct gc_arena *gc)
{
#ifdef _WIN32
*crt_error = true;
err = errno;
}
-#else
+#else /* ifdef _WIN32 */
*crt_error = true;
err = errno;
#endif
bool unreachable = error_code ==
#ifdef _WIN32
- WSAENETUNREACH;
+ WSAENETUNREACH;
#else
- ENETUNREACH;
+ ENETUNREACH;
#endif
if (size < 0 && unreachable && c->c2.tls_multi
&& !tls_initial_packet_received(c->c2.tls_multi) && c->options.mode == MODE_POINT_TO_POINT)