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,12 +103,12 @@ static void
EnsureRequiredObjectExistOnAllNodes(const ObjectAddress *target,
RequiredObjectSet requiredObjectSet)
{
if(!IsAnyObjectDistributed(list_make1((ObjectAddress *) target)))
if (!IsAnyObjectDistributed(list_make1((ObjectAddress *) target)))
{
/* do not propagate for non-distributed types */
return;
}
Assert(requiredObjectSet == REQUIRE_ONLY_DEPENDENCIES ||
requiredObjectSet == REQUIRE_OBJECT_AND_DEPENDENCIES);