Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit adeca51

Browse files
committed
Add spacing around operators.
1 parent 82e861f commit adeca51

File tree

1 file changed

+1
-1
lines changed
  • src/interfaces/ecpg/pgtypeslib

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/pgtypeslib/dt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ typedef int32 fsec_t;
1414
typedef double fsec_t;
1515

1616
#define TIME_PREC_INV 1000000.0
17-
#define JROUND(j) (rint(((double) (j))*TIME_PREC_INV)/TIME_PREC_INV)
17+
#define JROUND(j) (rint(((double) (j)) * TIME_PREC_INV) / TIME_PREC_INV)
1818
#endif
1919

2020
#define USE_POSTGRES_DATES 0

0 commit comments

Comments
 (0)