if (slen < 0) return slen - (fr_sbuff_used_total(out) - at_in);
if (node->next) {
- if ((node->next->type == XLAT_BOX) && (node->next->data.type != FR_TYPE_STRING)) {
- FR_SBUFF_IN_CHAR_RETURN(out, ' ',);
- } else if ((node->type == XLAT_BOX) && (node->data.type != FR_TYPE_STRING)) {
- FR_SBUFF_IN_CHAR_RETURN(out, ' ',);
+ if ((node->type == XLAT_BOX) && (node->data.type != FR_TYPE_STRING)) {
+ FR_SBUFF_IN_CHAR_RETURN(out, ' ');
+ } else if ((node->next->type == XLAT_BOX) && (node->next->data.type != FR_TYPE_STRING)) {
+ FR_SBUFF_IN_CHAR_RETURN(out, ' ');
}
}