xo-reader2: formatting + asserts

This commit is contained in:
Roland Conybeare 2026-01-26 21:36:10 -05:00
commit 5033b65ef2
3 changed files with 27 additions and 11 deletions

View file

@ -47,9 +47,10 @@ namespace xo {
return ppii.pps()->pretty_struct
(ppii,
"DVariable",
refrtag("name", quot(name)),
refrtag("typeref", typeref_));
"DVariable"
, refrtag("name", quot(name))
, refrtag("typeref", typeref_)
);
}
} /*namespace scm*/