Make citus_indent happy

coord-first
Hanefi Onaldi 2023-09-05 16:12:19 +03:00
parent 3bc1d1a120
commit 6de73eb656
No known key found for this signature in database
GPG Key ID: F18CDB10BA0DFDC7
1 changed files with 1 additions and 1 deletions

View File

@ -2750,7 +2750,7 @@ SyncNodeMetadataToNodesOptional(void)
/* we fetch the same node again to check if it's synced or not */
WorkerNode *nodeUpdated = FindWorkerNode(workerNode->workerName,
workerNode->workerPort);
if (nodeUpdated==NULL || !nodeUpdated->metadataSynced)
if (nodeUpdated == NULL || !nodeUpdated->metadataSynced)
{
/* set the result to FAILED to trigger the sync again */
result = NODE_METADATA_SYNC_FAILED_SYNC;