Run "make autostyle"

This commit is contained in:
teor 2020-03-17 18:19:04 +10:00
parent 49eec76c5e
commit 9c73f5adc4
3 changed files with 3 additions and 3 deletions

View File

@ -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.
*/

View File

@ -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),

View File

@ -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),