Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / Config / Config_Translator.cpp
index c292159bde69634941b505851fa5832b5040b5ce..3760faca38cc1e6d6e0e05faf57461b278e6e843 100644 (file)
@@ -132,8 +132,8 @@ std::string Config_Translator::translate(const std::string& theContext,
 
 
 std::string Config_Translator::codec(const std::string& theContext)
-{ 
-  return (myCodecs.count(theContext) > 0)? myCodecs[theContext] : "UTF-8"; 
+{
+  return (myCodecs.count(theContext) > 0)? myCodecs[theContext] : "UTF-8";
 }