Gui: PR6497 move return statement to new line
This commit is contained in:
@@ -294,7 +294,8 @@ Separator {
|
||||
*/
|
||||
void SoFCVectorizeSVGActionP::printTriangle(const SbVec3f * v, const SbColor * c) const
|
||||
{
|
||||
if (v[0] == v[1] || v[1] == v[2] || v[0] == v[2]) return;
|
||||
if (v[0] == v[1] || v[1] == v[2] || v[0] == v[2])
|
||||
return;
|
||||
uint32_t cc = c->getPackedValue();
|
||||
|
||||
std::ostream& str = publ->getSVGOutput()->getFileStream();
|
||||
|
||||
Reference in New Issue
Block a user