mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Fix indentation
This commit is contained in:
parent
5cdfcba279
commit
521479f0ef
@ -737,8 +737,8 @@ bool SMESHGUI_MeshOp::isValid( QString& theMess ) const
|
||||
if ( SUIT_MessageBox::warning( myDlg, tr( "SMESH_WRN_WARNING" ), theMess,
|
||||
SUIT_MessageBox::Yes, SUIT_MessageBox::No ) == SUIT_MessageBox::No )
|
||||
{
|
||||
theMess = "";
|
||||
return false;
|
||||
theMess = "";
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user