mirror of
https://github.com/postgres/postgres.git
synced 2026-04-11 12:06:55 -04:00
Fix whitespace
This commit is contained in:
parent
95811032d7
commit
322173eb0a
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue