From: Bruce Momjian Date: Sat, 8 Oct 2005 02:39:27 +0000 (+0000) Subject: Add spacing around operators. X-Git-Tag: REL8_1_0BETA3~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=adeca513f717cf40596449c0ed90a907cf2ae20d;p=thirdparty%2Fpostgresql.git Add spacing around operators. --- diff --git a/src/interfaces/ecpg/pgtypeslib/dt.h b/src/interfaces/ecpg/pgtypeslib/dt.h index abdc3c272b9..3c9dd4e0186 100644 --- a/src/interfaces/ecpg/pgtypeslib/dt.h +++ b/src/interfaces/ecpg/pgtypeslib/dt.h @@ -14,7 +14,7 @@ typedef int32 fsec_t; typedef double fsec_t; #define TIME_PREC_INV 1000000.0 -#define JROUND(j) (rint(((double) (j))*TIME_PREC_INV)/TIME_PREC_INV) +#define JROUND(j) (rint(((double) (j)) * TIME_PREC_INV) / TIME_PREC_INV) #endif #define USE_POSTGRES_DATES 0