mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-23 22:58:44 +00:00
loader svg: fix coding convention
This commit is contained in:
parent
e4a28869d1
commit
79f1ba8516
1 changed files with 1 additions and 3 deletions
|
@ -415,9 +415,7 @@ unique_ptr<Scene> _buildRoot(const SvgNode* node, float vx, float vy, float vw,
|
|||
|
||||
root = Scene::gen();
|
||||
root->push(move(compositeLayer));
|
||||
}
|
||||
else
|
||||
{
|
||||
} else {
|
||||
root = move(docNode);
|
||||
}
|
||||
return root;
|
||||
|
|
Loading…
Add table
Reference in a new issue