Salome HOME
untabify
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MakeNodeAtPointDlg.cxx
index 1c0e05abd4ed64f49f4e6f4b23233bc59e99a2d5..d86fd4b541aa21fa4bb82d3b78a2adaa2c98fe55 100644 (file)
@@ -685,13 +685,13 @@ void SMESHGUI_MakeNodeAtPointOp::redisplayPreview()
               double y = aXYZ->operator[](1);
               double z = aXYZ->operator[](2);
 
-             if ( myUpdateDestination ) {
-               myDlg->myX->SetValue(x);
-               myDlg->myY->SetValue(y);
-               myDlg->myZ->SetValue(z);
-             }
+              if ( myUpdateDestination ) {
+                myDlg->myX->SetValue(x);
+                myDlg->myY->SetValue(y);
+                myDlg->myZ->SetValue(z);
+              }
 
-             double dx = myDlg->myX->GetValue() - x;
+              double dx = myDlg->myX->GetValue() - x;
               double dy = myDlg->myY->GetValue() - y;
               double dz = myDlg->myZ->GetValue() - z;
               myDlg->myCurrentX->SetValue(x);