style: norm

This commit is contained in:
airone01
2026-01-24 15:47:00 +01:00
parent 760c91c949
commit e8c88da02d
7 changed files with 34 additions and 21 deletions

View File

@@ -14,10 +14,10 @@
# define TESTS_H
// LAUNCHERS
int strlen_launcher(void);
int strlen_launcher(void);
// strlen
int test_basic(void);
int test_null(void);
int test_basic(void);
int test_null(void);
#endif // !TESTS_H