Remove extraneous space at start of brid and hhit records

This commit is contained in:
Mark Andrews 2026-01-24 18:33:47 +11:00
parent bdb9c838a8
commit 10366e4f4e
2 changed files with 0 additions and 4 deletions

View file

@ -45,8 +45,6 @@ totext_brid(ARGS_TOTEXT) {
RETERR(str_totext(" (", target));
}
RETERR(str_totext(tctx->linebreak, target));
if (tctx->width == 0) { /* No splitting */
RETERR(isc_base64_totext(&sr, 60, "", target));
} else {

View file

@ -45,8 +45,6 @@ totext_hhit(ARGS_TOTEXT) {
RETERR(str_totext(" (", target));
}
RETERR(str_totext(tctx->linebreak, target));
if (tctx->width == 0) { /* No splitting */
RETERR(isc_base64_totext(&sr, 60, "", target));
} else {