Merge "improve readability of string: fix indentation and remove trailing spaces"
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
int
|
||||
strncmp(const char *s1, const char *s2, size_t n)
|
||||
{
|
||||
|
||||
if (n == 0)
|
||||
return (0);
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user