syle: norm

This commit is contained in:
airone01
2026-01-24 18:56:42 +01:00
parent 932732c1e5
commit 1ee5334149
17 changed files with 108 additions and 160 deletions

View File

@@ -16,12 +16,12 @@
# include "libunit.h"
// LAUNCHERS
int libunit_launcher(void);
int libunit_launcher(void);
// libunit
int test_ok(void);
int test_ko(void);
int test_sigsegv(void);
int test_sigbus(void);
int test_ok(void);
int test_ko(void);
int test_sigsegv(void);
int test_sigbus(void);
#endif // !TESTS_H