From 16bbb96a2b48d0f525b7fb2f6a001b16719467a9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 27 Mar 2015 19:50:55 -0400 Subject: [PATCH] Fix whitespace --- src/bin/psql/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c index 40e509889c..f6f9310841 100644 --- a/src/bin/psql/print.c +++ b/src/bin/psql/print.c @@ -1238,7 +1238,7 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout) cont->opt->stop_table) { printTableFooter *footers = footers_with_default(cont); - + if (!opt_tuples_only && !cancel_pressed && footers) { printTableFooter *f;