xo-reader: nit: fixup progress_xs.print() output
This commit is contained in:
parent
ccfd0660d5
commit
67e76b5d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ namespace xo {
|
|||
|
||||
void
|
||||
progress_xs::print(std::ostream & os) const {
|
||||
os << "<exprstate"
|
||||
os << "<progress_xs"
|
||||
<< xtag("type", exs_type_);
|
||||
if (gen_expr_)
|
||||
os << xtag("gen_expr", gen_expr_);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue