From 521479f0efe4d0b2b964ecfecf0c257df6c6a7ff Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 26 Nov 2013 13:37:39 +0000 Subject: [PATCH] Fix indentation --- src/SMESHGUI/SMESHGUI_MeshOp.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SMESHGUI/SMESHGUI_MeshOp.cxx b/src/SMESHGUI/SMESHGUI_MeshOp.cxx index 96a6c2647..62a5c4b74 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOp.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshOp.cxx @@ -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; } -- 2.39.2