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:
parent
c83b20d73b
commit
4739fc554d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user