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)
{

View File

@ -240,4 +240,3 @@ pg_atomic_fetch_add_u64_impl(volatile pg_atomic_uint64 *ptr, int64 add_)
#endif /* defined(PG_USE_INLINE) || defined(ATOMICS_INCLUDE_DEFINITIONS) */
#endif /* defined(HAVE_ATOMICS) */