tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit e849881d3ad80e46bc4297d2cf9651f3f7d039cc
parent 4f533ed28b831eb794f562dac9add1dbf37f6335
Author: teor <teor@torproject.org>
Date:   Thu, 13 Feb 2020 09:28:21 +1000

Run "make autostyle"

But only take the changes that were caused by the rest of the 33087
branch.

Part of 33087.

Diffstat:
Msrc/lib/err/torerr.c | 2+-
Msrc/lib/log/log.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/err/torerr.c b/src/lib/err/torerr.c @@ -171,7 +171,7 @@ tor_log_flush_sigsafe_err_fds(void) * take any other action, if fsync() fails. */ (void)fsync(fds[i]); } -#endif +#endif /* defined(HAVE_FSYNC) */ } /** diff --git a/src/lib/log/log.c b/src/lib/log/log.c @@ -844,7 +844,7 @@ logs_flush_sigsafe(void) (void)fsync(victim->fd); } } -#endif +#endif /* defined(HAVE_FSYNC) */ } /** Remove and free the log entry <b>victim</b> from the linked-list