Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / Config / Config_ModuleReader.cpp
index dfd442b7e6012a70d6938d8fb800ffcb7d3de71c..1b206fba6f97b3e59618101a058ee5e4515d9788 100644 (file)
@@ -72,7 +72,8 @@ void Config_ModuleReader::addFeature(const std::string& theFeatureName,
   if (myFeaturesInFiles.count(theFeatureName)) {
     std::string anErrorMsg = "Can not register feature '%1' in plugin '%2'."
       " There is a feature with the same ID.";
-    Events_InfoMessage("Config_ModuleReader", anErrorMsg).arg(theFeatureName).arg(thePluginConfig).send();
+    Events_InfoMessage("Config_ModuleReader", anErrorMsg)
+      .arg(theFeatureName).arg(thePluginConfig).send();
     return;
   }