Salome HOME
add synchronization with "Dependency Tree" view
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI_1.cxx
index 68ed621335ee34952071176b47714933c55b4604..2ca503aaea33e1b344f142748bf04b3ebab8728c 100644 (file)
@@ -904,7 +904,6 @@ void GEOMToolsGUI::OnShowDependencyTree()
 void GEOMToolsGUI::OnReduceStudy()
 {
   QDialog* dlg = new GEOMToolsGUI_ReduceStudyDlg( SUIT_Session::session()->activeApplication()->desktop() );
-  if ( dlg != NULL )
+  if( dlg != NULL )
     dlg->show();
-
 }