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

@@ -90,5 +90,5 @@ void clear_tests(t_unit_test **head_ptr)
head->func = NULL;
head = next;
}
*head_ptr = NULL;
*head_ptr = NULL;
}