another style fix

This commit is contained in:
Unto Sten 2019-05-10 19:47:07 +03:00 committed by William Roberts
parent e1a74396c7
commit cd1ef4d64e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ static int printmatchpathcon(const char *path, int header, int mode)
int rc = matchpathcon(path, mode, &buf);
if (rc < 0) {
if (errno == ENOENT) {
buf=strdup("<<none>>");
buf = strdup("<<none>>");
} else {
fprintf(stderr, "matchpathcon(%s) failed: %s\n", path,
strerror(errno));