style: norm
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
#include "libft.h"
|
||||
|
||||
int test_null(void) {
|
||||
return (ft_strlen(NULL) == 0);
|
||||
int test_null(void)
|
||||
{
|
||||
return (ft_strlen(NULL) == 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user