diff options
| author | Peter Eisentraut | 2014-04-30 01:35:07 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2014-04-30 01:35:07 +0000 |
| commit | 322173eb0a6c2f43394645f8ae33eedd70bab432 (patch) | |
| tree | 4dfcd17efd8954ed376c27f605f338b68fd02b39 | |
| parent | 95811032d782049642a672e3db0a5382616ab084 (diff) | |
Fix whitespace
| -rw-r--r-- | src/bin/psql/print.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c index dbdad3ed1c..c9c041f724 100644 --- a/src/bin/psql/print.c +++ b/src/bin/psql/print.c @@ -1363,8 +1363,8 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout) /* More lines after this one due to a newline */ fputs(format->header_nl_right, fout); hline++; - } - else + } + else { /* This was the last line of the header */ fputs(" ", fout); |
