1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-11 10:01:57 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2014-09-26 02:43:46 -04:00
parent 9b6bb9b471
commit d11339c099
2 changed files with 2 additions and 3 deletions

View File

@ -856,8 +856,8 @@ static bool
equalPolicy(RowSecurityPolicy *policy1, RowSecurityPolicy *policy2)
{
int i;
Oid *r1,
*r2;
Oid *r1,
*r2;
if (policy1 != NULL)
{