Minor format change in intertwiners.h

This commit is contained in:
David Capello 2015-10-29 17:02:11 -03:00
parent f4373ffbc5
commit ef7defdf72

View File

@ -256,8 +256,7 @@ public:
}
}
void fillStroke(ToolLoop* loop, const Stroke& stroke) override
{
void fillStroke(ToolLoop* loop, const Stroke& stroke) override {
if (stroke.size() < 3) {
joinStroke(loop, stroke);
return;