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