mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
pgindent run for 9.0
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $PostgreSQL: pgsql/contrib/btree_gist/btree_inet.c,v 1.11 2009/12/02 13:13:24 teodor Exp $
|
||||
* $PostgreSQL: pgsql/contrib/btree_gist/btree_inet.c,v 1.12 2010/02/26 02:00:31 momjian Exp $
|
||||
*/
|
||||
#include "btree_gist.h"
|
||||
#include "btree_utils_num.h"
|
||||
@ -60,8 +60,8 @@ gbt_inetlt(const void *a, const void *b)
|
||||
static int
|
||||
gbt_inetkey_cmp(const void *a, const void *b)
|
||||
{
|
||||
inetKEY *ia = (inetKEY*)(((Nsrt *) a)->t);
|
||||
inetKEY *ib = (inetKEY*)(((Nsrt *) b)->t);
|
||||
inetKEY *ia = (inetKEY *) (((Nsrt *) a)->t);
|
||||
inetKEY *ib = (inetKEY *) (((Nsrt *) b)->t);
|
||||
|
||||
if (ia->lower == ib->lower)
|
||||
{
|
||||
|
Reference in New Issue
Block a user