aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/print.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-10-30 05:38:56 +0000
committerBruce Momjian <bruce@momjian.us>2001-10-30 05:38:56 +0000
commitc41b6b1b9cdb51d1e931f6c2cf77a912500c8bef (patch)
tree6fdf58b328cfc0866fdddadd6197e24a108bae29 /src/bin/psql/print.c
parentd650a6f58093b6d62579572e0035cfeac6211fb0 (diff)
downloadpostgresql-c41b6b1b9cdb51d1e931f6c2cf77a912500c8bef.tar.gz
postgresql-c41b6b1b9cdb51d1e931f6c2cf77a912500c8bef.zip
Fix small problem Tom Lane found with pgindent run.
Diffstat (limited to 'src/bin/psql/print.c')
-rw-r--r--src/bin/psql/print.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c
index 010da3678e6..97da4d1816a 100644
--- a/src/bin/psql/print.c
+++ b/src/bin/psql/print.c
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.24 2001/10/29 06:45:32 ishii Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.25 2001/10/30 05:38:56 momjian Exp $
*/
#include "postgres_fe.h"
#include "print.h"
@@ -261,9 +261,7 @@ print_aligned_text(const char *title, const char *const * headers,
}
}
else
- {
cell_w = 0;
- }
#endif
@@ -479,9 +477,7 @@ print_aligned_vertical(const char *title, const char *const * headers,
}
}
else
- {
cell_w = 0;
- }
/* find longest data cell */
for (i = 0, ptr = cells; *ptr; ptr++, i++)