From f862c7d8dcd1d740dfce2b20f4e8985bee0a65df Mon Sep 17 00:00:00 2001 From: smitsohu Date: Tue, 13 Nov 2018 17:01:59 +0100 Subject: identation fix --- src/firejail/mountinfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/firejail/mountinfo.c b/src/firejail/mountinfo.c index a7dc714df..b6f13696c 100644 --- a/src/firejail/mountinfo.c +++ b/src/firejail/mountinfo.c @@ -238,9 +238,9 @@ char **build_mount_array(const int mount_id, const char *path) { // give up if mount id has been reassigned, // don't remount blacklisted path if (strncmp(mntp.dir, path, strlen(mntp.dir)) || - strstr(mntp.fsname, "firejail.ro.dir") || - strstr(mntp.fsname, "firejail.ro.file")) - break; + strstr(mntp.fsname, "firejail.ro.dir") || + strstr(mntp.fsname, "firejail.ro.file")) + break; *rv = strdup(path); if (*rv == NULL) -- cgit v1.2.3-54-g00ecf