mirror of
https://github.com/Savapitech/42sh.git
synced 2026-03-18 21:50:35 +01:00
[FIX] coding style on len_array
This commit is contained in:
@@ -11,7 +11,7 @@ int len_array(char **array)
|
||||
{
|
||||
int i = 0;
|
||||
|
||||
while(array[i] != NULL)
|
||||
while (array[i] != NULL)
|
||||
i++;
|
||||
return i;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user