1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Remove spurious semicolons.

Petr Jelinek
This commit is contained in:
Heikki Linnakangas
2015-03-31 15:12:27 +03:00
parent fa1e5afa8a
commit 1d0db8de04
7 changed files with 9 additions and 9 deletions

View File

@ -317,7 +317,7 @@ foreign_expr_walker(Node *node,
break;
case T_ArrayRef:
{
ArrayRef *ar = (ArrayRef *) node;;
ArrayRef *ar = (ArrayRef *) node;
/* Assignment should not be in restrictions. */
if (ar->refassgnexpr != NULL)