mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
pgindent run.
This commit is contained in:
@ -270,7 +270,7 @@ _int_unique(ArrayType *r)
|
||||
*data;
|
||||
int num = ARRNELEMS(r);
|
||||
|
||||
if ( num<2 )
|
||||
if (num < 2)
|
||||
return r;
|
||||
|
||||
data = tmp = dr = ARRPTR(r);
|
||||
@ -367,4 +367,3 @@ compDESC(const void *a, const void *b)
|
||||
return 0;
|
||||
return (*(int4 *) a < *(int4 *) b) ? 1 : -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user