1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-27 18:04:05 +03:00

mount-util: fix bad indenting

This commit is contained in:
Lennart Poettering 2017-11-23 12:48:12 +01:00
parent c83b20d73b
commit 4739fc554d

View File

@ -206,7 +206,7 @@ int fd_is_mount_point(int fd, const char *filename, int flags) {
* it must be a mount point. */
return 1;
} else if (r < 0)
return r;
return r;
/* The parent can do name_to_handle_at() but the
* directory we are interested in can't? If so, it