Commit 322173eb authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent 95811032
...@@ -1363,8 +1363,8 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout) ...@@ -1363,8 +1363,8 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout)
/* More lines after this one due to a newline */ /* More lines after this one due to a newline */
fputs(format->header_nl_right, fout); fputs(format->header_nl_right, fout);
hline++; hline++;
} }
else else
{ {
/* This was the last line of the header */ /* This was the last line of the header */
fputs(" ", fout); fputs(" ", fout);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment