mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
7433b795b1
commit
4ac5d0d7c6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue