Skip to content
Snippets Groups Projects
Commit b1455450 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Group code in blocks

parent 56fc5bbe
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,8 @@ namespace armarx::aron::cppserializer::serializer
child_b->addLine("w.writeKey(\"" + key + "\");");
child_b->appendBlock(child_s->getWriteBlock(key));
block_if_data->appendBlock(child_b);
block_if_data->addBlock(child_b);
block_if_data->addLine("");
}
block_if_data->addLine("if (!__aronExtends)");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment