Fix indentation.

MFC after:	3 days
This commit is contained in:
kib 2012-03-14 15:30:59 +00:00
parent eccfeea8a5
commit 2d67979212

View File

@ -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);
}