reformat
This commit is contained in:
parent
3b4580186c
commit
e31207b9cf
17 changed files with 160 additions and 93 deletions
|
@ -3,7 +3,9 @@
|
|||
|
||||
using namespace mstch;
|
||||
|
||||
visitor::render_node::render_node(bool html_escaped): html_escaped(html_escaped) {
|
||||
visitor::render_node::render_node(bool html_escaped):
|
||||
html_escaped(html_escaped)
|
||||
{
|
||||
}
|
||||
|
||||
std::string visitor::render_node::operator()(const boost::blank& blank) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue