Roll back to flatten(line) == " "
This commit is contained in:
parent
4ebb96d7cd
commit
bddecd7d9c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ sexpr format::flatten(sexpr const & s) {
|
||||||
/* flatten (x <|> y) = flatten x */
|
/* flatten (x <|> y) = flatten x */
|
||||||
return flatten(sexpr_choice_1(s));
|
return flatten(sexpr_choice_1(s));
|
||||||
case format_kind::LINE:
|
case format_kind::LINE:
|
||||||
return sexpr_text(sexpr(""));
|
return sexpr_text(sexpr(" "));
|
||||||
case format_kind::TEXT:
|
case format_kind::TEXT:
|
||||||
case format_kind::COLOR_BEGIN:
|
case format_kind::COLOR_BEGIN:
|
||||||
case format_kind::COLOR_END:
|
case format_kind::COLOR_END:
|
||||||
|
|
Loading…
Reference in a new issue