summaryrefslogtreecommitdiff
path: root/src/fe_utils/print.c
diff options
context:
space:
mode:
authorAutomatic pgindent2023-04-23 21:50:53 +0000
committerAutomatic pgindent2023-04-23 21:50:53 +0000
commit962df08da11205a2436c7e802fa16cd47b8a790e (patch)
tree0338f441a66bc0c76bb37b7dfb590dd04c27bbf4 /src/fe_utils/print.c
parent8bbd0cce92be98de9f4f727b8bf66fe26e5831ea (diff)
Automatic pgindentmaster-pgindent
Diffstat (limited to 'src/fe_utils/print.c')
-rw-r--r--src/fe_utils/print.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/fe_utils/print.c b/src/fe_utils/print.c
index 3396f9b462..7af1ccb6b5 100644
--- a/src/fe_utils/print.c
+++ b/src/fe_utils/print.c
@@ -1295,10 +1295,11 @@ print_aligned_vertical_line(const printTableOpt *topt,
dwidth = Min(dwidth, Max(0, (int) (output_columns - hwidth)));
if (opt_border == 1)
dwidth = Min(dwidth, Max(0, (int) (output_columns - hwidth - 3)));
+
/*
- * Handling the xheader width for border=2 doesn't make
- * much sense because this format has an additional
- * right border, but keep this for consistency.
+ * Handling the xheader width for border=2 doesn't make much
+ * sense because this format has an additional right border,
+ * but keep this for consistency.
*/
if (opt_border == 2)
dwidth = Min(dwidth, Max(0, (int) (output_columns - hwidth - 7)));