]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ParametersPlugin/ParametersPlugin_Validators.cpp
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_Validators.cpp
index f1bb988a6ef676a1c3e1e2a5e97b01dde72d32c0..c5804aeaed66fa06eed53648552635101f3e7b3a 100644 (file)
@@ -45,7 +45,7 @@ bool ParametersPlugin_VariableValidator::isValid(const AttributePtr& theAttribut
   if (!ModelAPI_Expression::isVariable(aStrAttr->value())) {
     theError = "Incorrect variable name.";
     return false;
-  } 
+  }
   if (!isUnique(theAttribute, aStrAttr->value())) {
     theError = "Variable name is not unique.";
     return false;