mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-24 23:12:05 +00:00
another style fix
This commit is contained in:
parent
e1a74396c7
commit
cd1ef4d64e
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user