]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ParametersPlugin/ParametersPlugin_PyInterp.cpp
Salome HOME
Add tools
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_PyInterp.cpp
index 021f285527d64c30a06933c345433a28eeff2c68..cc5ff327e587db3775f4abda9b996fc579dfad02 100644 (file)
@@ -93,7 +93,7 @@ std::list<std::string> ParametersPlugin_PyInterp::compile(const std::string& the
   // co_names should be tuple, but can be changed in modern versions of python (>2.7.3)
   if(!PyTuple_Check(aCodeObj->co_names))
     return aResult;
-  
+
   int params_size = PyTuple_Size(aCodeObj->co_names);
   if (params_size > 0) {
     for (int i = 0; i < params_size; i++) {