Fixes formatting

pull/7609/head
gurkanindibay 2024-05-20 16:05:31 +03:00
parent b858bdc8ff
commit 69cf4d0b6c
1 changed files with 3 additions and 3 deletions

View File

@ -505,9 +505,9 @@ static bool
HasRangeTableRef(Node *node, int *varno) HasRangeTableRef(Node *node, int *varno)
{ {
if (node == NULL) if (node == NULL)
{ {
return false; return false;
} }
if (IsA(node, RangeTblRef)) if (IsA(node, RangeTblRef))
{ {