Fix indentation.
MFC after: 3 days
This commit is contained in:
parent
5cd6937330
commit
a9e7383c18
@ -121,6 +121,6 @@ strerror(int num)
|
||||
static char ebuf[NL_TEXTMAX];
|
||||
|
||||
if (strerror_r(num, ebuf, sizeof(ebuf)) != 0)
|
||||
errno = EINVAL;
|
||||
errno = EINVAL;
|
||||
return (ebuf);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user