1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2015-03-27 19:50:55 -04:00
parent e09b48316c
commit 16bbb96a2b

View File

@ -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;