Fix whitespace

pull/14/head
Peter Eisentraut 11 years ago
parent e09b48316c
commit 16bbb96a2b
  1. 2
      src/bin/psql/print.c

@ -1238,7 +1238,7 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout)
cont->opt->stop_table) cont->opt->stop_table)
{ {
printTableFooter *footers = footers_with_default(cont); printTableFooter *footers = footers_with_default(cont);
if (!opt_tuples_only && !cancel_pressed && footers) if (!opt_tuples_only && !cancel_pressed && footers)
{ {
printTableFooter *f; printTableFooter *f;

Loading…
Cancel
Save