Mesh: PR6497 move return statement to new line

This commit is contained in:
Chris Hennes
2022-03-29 12:36:30 -05:00
parent 35156cdce3
commit 702238a99c
21 changed files with 131 additions and 63 deletions

View File

@@ -258,7 +258,8 @@ std::vector<std::string> ViewProviderMeshNode::getDisplayModes(void) const
bool ViewProviderMeshNode::setEdit(int ModNum)
{
if ( m_bEdit ) return true;
if ( m_bEdit )
return true;
m_bEdit = true;
return true;
}