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

@@ -12,6 +12,7 @@
#include "libft.h"
int test_basic(void) {
return (ft_strlen("hello, world") == 12);
int test_basic(void)
{
return (ft_strlen("hello, world") == 12);
}