Skip to content

Commit 6d4dbb8

Browse files
committed
main: fix code style
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent 59816ac commit 6d4dbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ hide_node (struct ovl_data *lo, struct ovl_node *node, bool unlink_src)
10771077

10781078
// if the parent directory is opaque, there's no need to put a whiteout in it.
10791079
if (node->parent != NULL)
1080-
needs_whiteout = needs_whiteout && (is_directory_opaque(get_upper_layer(lo), node->parent->path) < 1);
1080+
needs_whiteout = needs_whiteout && (is_directory_opaque (get_upper_layer(lo), node->parent->path) < 1);
10811081

10821082
if (needs_whiteout)
10831083
{

0 commit comments

Comments
 (0)