Skip to content

Commit 322173e

Browse files
committed
Fix whitespace
1 parent 9581103 commit 322173e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/print.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,8 +1363,8 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout)
13631363
/* More lines after this one due to a newline */
13641364
fputs(format->header_nl_right, fout);
13651365
hline++;
1366-
}
1367-
else
1366+
}
1367+
else
13681368
{
13691369
/* This was the last line of the header */
13701370
fputs(" ", fout);

0 commit comments

Comments
 (0)