Content-Length: 273466 | pFad | http://github.com/postgrespro/postgres/commit/8e0c8a2463e073dbda320bf84285db242679a4c1

FF Add spaces around operator. · postgrespro/postgres@8e0c8a2 · GitHub
Skip to content

Commit 8e0c8a2

Browse files
committed
Add spaces around operator.
1 parent bb55e58 commit 8e0c8a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/utils/timestamp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.54 2005/08/12 18:23:56 tgl Exp $
9+
* $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.55 2005/10/07 20:13:16 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -164,7 +164,7 @@ typedef int32 fsec_t;
164164
typedef double fsec_t;
165165

166166
#define TIME_PREC_INV 1000000.0
167-
#define JROUND(j) (rint(((double) (j))*TIME_PREC_INV)/TIME_PREC_INV)
167+
#define JROUND(j) (rint(((double) (j)) * TIME_PREC_INV) / TIME_PREC_INV)
168168
#endif
169169

170170
#define TIMESTAMP_MASK(b) (1 << (b))

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/8e0c8a2463e073dbda320bf84285db242679a4c1

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy