Salome HOME
untabify
[modules/smesh.git] / src / SMESHGUI / SMESHGUI.cxx
index fe84076d7a339547451fbf0b77d567a6e350be11..45b145d18c6787681306217dcd1beb1542f94108 100644 (file)
@@ -6609,7 +6609,7 @@ void SMESHGUI::restoreVisualParameters (int savePoint)
       anAllActors->InitTraversal();
       while( vtkActor* aVTKActor = anAllActors->GetNextActor() )
         if( SMESH_Actor* anActor = SMESH_Actor::SafeDownCast( aVTKActor ) )
-         anActor->SetOpenGLClippingPlane();
+          anActor->SetOpenGLClippingPlane();
       
       vtkView->getRenderer()->ResetCameraClippingRange();
       vtkView->Repaint();