diff options
author | teor <teor@torproject.org> | 2020-02-13 09:28:21 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-02-13 09:28:21 +1000 |
commit | e849881d3ad80e46bc4297d2cf9651f3f7d039cc (patch) | |
tree | 18e41883b132bf7a87db744780b9c1cfb122a46a /src/lib/log | |
parent | 4f533ed28b831eb794f562dac9add1dbf37f6335 (diff) | |
download | tor-e849881d3ad80e46bc4297d2cf9651f3f7d039cc.tar.gz tor-e849881d3ad80e46bc4297d2cf9651f3f7d039cc.zip |
Run "make autostyle"
But only take the changes that were caused by the rest of the 33087
branch.
Part of 33087.
Diffstat (limited to 'src/lib/log')
-rw-r--r-- | src/lib/log/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log/log.c b/src/lib/log/log.c index cfb8f5b423..eb81515746 100644 --- 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 |