mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Add spacing around operators.
This commit is contained in:
parent
82e861fbe1
commit
adeca513f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user