Remove extraneous space at start of brid and hhit records

(cherry picked from commit 10366e4f4e)
This commit is contained in:
Mark Andrews 2026-01-24 18:33:47 +11:00 committed by Mark Andrews (GitLab job 6774357)
parent bf237274fc
commit 3b049e21cf
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 {