From a835c7cf1843a4232ba7f76b4a3c2bfedd39f833 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 18 Apr 2009 18:27:56 +0000 Subject: [PATCH] fix a misindent svn:r1200 --- evutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evutil.c b/evutil.c index 6b4bb96d..1a30aa63 100644 --- a/evutil.c +++ b/evutil.c @@ -184,7 +184,7 @@ evutil_make_socket_nonblocking(evutil_socket_t fd) if (fcntl(fd, F_SETFL, O_NONBLOCK) == -1) { event_warn("fcntl(O_NONBLOCK)"); return -1; -} + } #endif return 0; } -- 2.40.0