mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Run "make autostyle"
But only take the changes that were caused by the rest of the 33087 branch. Part of 33087.
This commit is contained in:
parent
4f533ed28b
commit
e849881d3a
2 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ tor_log_flush_sigsafe_err_fds(void)
|
||||||
* take any other action, if fsync() fails. */
|
* take any other action, if fsync() fails. */
|
||||||
(void)fsync(fds[i]);
|
(void)fsync(fds[i]);
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* defined(HAVE_FSYNC) */
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -844,7 +844,7 @@ logs_flush_sigsafe(void)
|
||||||
(void)fsync(victim->fd);
|
(void)fsync(victim->fd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* defined(HAVE_FSYNC) */
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Remove and free the log entry <b>victim</b> from the linked-list
|
/** Remove and free the log entry <b>victim</b> from the linked-list
|
||||||
|
|
Loading…
Add table
Reference in a new issue