mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 18:05:58 -04:00
main: fix code style
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
59816ac69d
commit
6d4dbb88fc
2
main.c
2
main.c
@ -1077,7 +1077,7 @@ hide_node (struct ovl_data *lo, struct ovl_node *node, bool unlink_src)
|
||||
|
||||
// if the parent directory is opaque, there's no need to put a whiteout in it.
|
||||
if (node->parent != NULL)
|
||||
needs_whiteout = needs_whiteout && (is_directory_opaque(get_upper_layer(lo), node->parent->path) < 1);
|
||||
needs_whiteout = needs_whiteout && (is_directory_opaque (get_upper_layer(lo), node->parent->path) < 1);
|
||||
|
||||
if (needs_whiteout)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user