Spacing improvement.
authorBruce Momjian
Wed, 14 Aug 2002 03:01:43 +0000 (03:01 +0000)
committerBruce Momjian
Wed, 14 Aug 2002 03:01:43 +0000 (03:01 +0000)
contrib/pg_controldata/pg_controldata.c

index 906cc0019a78551a0947759d61698cae0a9debd7..b1ac873d2418d58b9c53eeca7317b6573ccde387 100644 (file)
@@ -6,7 +6,7 @@
  * copyright (c) Oliver Elphick , 2001;
  * licence: BSD
  *
- * $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/pg_controldata.c,v 1.6 2002/07/05 15:31:16 thomas Exp $
+ * $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/pg_controldata.c,v 1.7 2002/08/14 03:01:43 momjian Exp $
  */
 #include "postgres.h"
 
@@ -137,8 +137,8 @@ main(int argc, char *argv[])
           ControlFile.relseg_size,
           ControlFile.nameDataLen,
           ControlFile.funcMaxArgs,
-          (ControlFile.enableIntTimes?
-           "64-bit integers": "Floating point"),
+          (ControlFile.enableIntTimes ?
+           "64-bit integers" : "Floating point"),
           ControlFile.localeBuflen,
           ControlFile.lc_collate,
           ControlFile.lc_ctype);