Commit d11339c0 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent 9b6bb9b4
...@@ -856,8 +856,8 @@ static bool ...@@ -856,8 +856,8 @@ static bool
equalPolicy(RowSecurityPolicy *policy1, RowSecurityPolicy *policy2) equalPolicy(RowSecurityPolicy *policy1, RowSecurityPolicy *policy2)
{ {
int i; int i;
Oid *r1, Oid *r1,
*r2; *r2;
if (policy1 != NULL) if (policy1 != NULL)
{ {
......
...@@ -240,4 +240,3 @@ pg_atomic_fetch_add_u64_impl(volatile pg_atomic_uint64 *ptr, int64 add_) ...@@ -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(PG_USE_INLINE) || defined(ATOMICS_INCLUDE_DEFINITIONS) */
#endif /* defined(HAVE_ATOMICS) */ #endif /* defined(HAVE_ATOMICS) */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment