Salome HOME
Update line endings according to coding rules
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_EvalListener.cpp
index f028edefc8da58e71a7a40f8b35a1ab4aa33d497..0d61bec9ff3aa2e3e0d1a7671bb9c6cbe69b5b89 100644 (file)
@@ -94,7 +94,7 @@ std::string ParametersPlugin_EvalListener::renameInPythonExpression(
   std::string anExpressionString = theExpression;
 
   // ask interpreter to compute the positions in the expression
-  std::shared_ptr<ModelAPI_ComputePositionsMessage> aMsg = 
+  std::shared_ptr<ModelAPI_ComputePositionsMessage> aMsg =
     ModelAPI_ComputePositionsMessage::send(theExpression, theOldName, this);
   const std::list<std::pair<int, int> >& aPositions = aMsg->positions();