Skip to content

Commit 106c733

Browse files
committed
Spacing improvement.
1 parent 293ab5a commit 106c733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/pg_controldata/pg_controldata.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* copyright (c) Oliver Elphick <olly@lfix.co.uk>, 2001;
77
* licence: BSD
88
*
9-
* $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/pg_controldata.c,v 1.6 2002/07/05 15:31:16 thomas Exp $
9+
* $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/pg_controldata.c,v 1.7 2002/08/14 03:01:43 momjian Exp $
1010
*/
1111
#include "postgres.h"
1212

@@ -137,8 +137,8 @@ main(int argc, char *argv[])
137137
ControlFile.relseg_size,
138138
ControlFile.nameDataLen,
139139
ControlFile.funcMaxArgs,
140-
(ControlFile.enableIntTimes?
141-
"64-bit integers": "Floating point"),
140+
(ControlFile.enableIntTimes ?
141+
"64-bit integers" : "Floating point"),
142142
ControlFile.localeBuflen,
143143
ControlFile.lc_collate,
144144
ControlFile.lc_ctype);

0 commit comments

Comments
 (0)