summaryrefslogtreecommitdiff
path: root/src/fdevent.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-10-03 12:54:20 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-10-03 12:54:20 -0400
commite0d7eafd6f717240c4408af7d6492764fdda1088 (patch)
tree30bffdd588799d3ab61ec57f39406fc0ff3f1ff3 /src/fdevent.c
parentb17c37c5e58a4ebb3b0dcc6c7643e447e68d4374 (diff)
downloadlighttpd-git-e0d7eafd6f717240c4408af7d6492764fdda1088.tar.gz
[core] adjust indent for clarity
Diffstat (limited to 'src/fdevent.c')
-rw-r--r--src/fdevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fdevent.c b/src/fdevent.c
index 66f3ea48..67214240 100644
--- a/src/fdevent.c
+++ b/src/fdevent.c
@@ -633,7 +633,7 @@ int fdevent_pipe_cloexec (int * const fds, const unsigned int bufsz_hint) {
|| 0 != fcntl(fds[1], F_SETFD, FD_CLOEXEC)
#endif
)
- return -1;
+ return -1;
}
#ifdef F_SETPIPE_SZ
if (bufsz_hint > 65536)