@@ -1296,20 +1296,20 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout)
1296
1296
swidth = 7 ;
1297
1297
1298
1298
if ((opt_border < 2 ) &&
1299
- ((hmultiline &&
1299
+ ((hmultiline &&
1300
1300
(format == & pg_asciiformat_old )) ||
1301
- (dmultiline &&
1301
+ (dmultiline &&
1302
1302
(format != & pg_asciiformat_old ))))
1303
1303
iwidth ++ ; /* for newline indicators */
1304
1304
1305
1305
min_width = hwidth + iwidth + swidth + 3 ;
1306
1306
1307
- /*
1307
+ /*
1308
1308
* Record header width
1309
1309
*/
1310
1310
if (!opt_tuples_only )
1311
1311
{
1312
- /*
1312
+ /*
1313
1313
* Record number
1314
1314
*/
1315
1315
unsigned int rwidth = 1 + log10 (cont -> nrows );
@@ -1337,7 +1337,7 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout)
1337
1337
if ((width < dwidth ) || (dheight > 1 ))
1338
1338
{
1339
1339
dmultiline = true;
1340
- if ((opt_border == 0 ) &&
1340
+ if ((opt_border == 0 ) &&
1341
1341
(format != & pg_asciiformat_old ))
1342
1342
width -- ; /* for wrap indicators */
1343
1343
}
@@ -1368,7 +1368,7 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout)
1368
1368
{
1369
1369
unsigned int lhwidth = hwidth ;
1370
1370
if ((opt_border < 2 ) &&
1371
- (hmultiline ) &&
1371
+ (hmultiline ) &&
1372
1372
(format == & pg_asciiformat_old ))
1373
1373
lhwidth ++ ; /* for newline indicators */
1374
1374
@@ -1427,7 +1427,7 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout)
1427
1427
if (swidth > 0 )
1428
1428
fprintf (fout , "%*s" , swidth , " " );
1429
1429
1430
- /*
1430
+ /*
1431
1431
* New line indicator or separator's space
1432
1432
*/
1433
1433
if (hlineptr [hline + 1 ].ptr )
@@ -1455,7 +1455,7 @@ print_aligned_vertical(const printTableContent *cont, FILE *fout)
1455
1455
(format == & pg_asciiformat_old ))
1456
1456
swidth ++ ;
1457
1457
1458
- if ((opt_border == 0 ) &&
1458
+ if ((opt_border == 0 ) &&
1459
1459
(format != & pg_asciiformat_old ) &&
1460
1460
(hmultiline ))
1461
1461
swidth ++ ;
0 commit comments