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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy