Fixes indentation

pull/7384/head
gindibay 2023-11-29 00:49:22 +03:00
parent 7433b795b1
commit 4ac5d0d7c6
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ static void
EnsureRequiredObjectExistOnAllNodes(const ObjectAddress *target, EnsureRequiredObjectExistOnAllNodes(const ObjectAddress *target,
RequiredObjectSet requiredObjectSet) RequiredObjectSet requiredObjectSet)
{ {
if(!IsAnyObjectDistributed(list_make1((ObjectAddress *) target))) if (!IsAnyObjectDistributed(list_make1((ObjectAddress *) target)))
{ {
/* do not propagate for non-distributed types */ /* do not propagate for non-distributed types */
return; return;