mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Run "make autostyle"
This commit is contained in:
parent
49eec76c5e
commit
9c73f5adc4
@ -59,7 +59,7 @@ static struct {
|
||||
{ 0, 0, NULL, NULL }
|
||||
// clang-format on
|
||||
};
|
||||
#endif
|
||||
#endif /* defined(_WIN32) */
|
||||
|
||||
/** Return a pointer to a description of our platform.
|
||||
*/
|
||||
|
@ -6369,7 +6369,7 @@ test_util_map_anon_nofork(void *arg)
|
||||
#else
|
||||
#define UTIL_TEST_PWDB(n, f) UTIL_TEST(n, (f))
|
||||
#endif
|
||||
#endif
|
||||
#endif /* !defined(COCCI) */
|
||||
|
||||
struct testcase_t util_tests[] = {
|
||||
UTIL_LEGACY(time),
|
||||
|
@ -73,7 +73,7 @@ test_util_process_clear_waitpid_callback(void *ignored)
|
||||
#else
|
||||
#define TEST(name) { (#name), NULL, TT_SKIP, NULL, NULL }
|
||||
#endif
|
||||
#endif
|
||||
#endif /* !defined(COCCI) */
|
||||
|
||||
struct testcase_t util_process_tests[] = {
|
||||
TEST(set_waitpid_callback),
|
||||
|
Loading…
Reference in New Issue
Block a user