mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 10:10:14 -04:00
Remove extraneous space at start of brid and hhit records
This commit is contained in:
parent
bdb9c838a8
commit
10366e4f4e
2 changed files with 0 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue