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