]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Meet the coding style (line >= 100 characters)
authorazv <azv@opencascade.com>
Fri, 15 Nov 2019 12:02:32 +0000 (15:02 +0300)
committerazv <azv@opencascade.com>
Fri, 15 Nov 2019 12:02:32 +0000 (15:02 +0300)
src/ExchangePlugin/ExchangePlugin_ImportPart.cpp

index 4a40de68c25028fc739ef0f9bcb9545040890b40..5c2a9a3dd8986ae3f402b047212844c58e945a34 100644 (file)
@@ -93,7 +93,8 @@ bool splitName(std::string& theName, int& theIndex)
   return isOk;
 }
 
-void addIndexedName(const std::string& theName, std::map<std::string, std::set<int> >& theIndexedNames)
+void addIndexedName(const std::string& theName,
+                    std::map<std::string, std::set<int> >& theIndexedNames)
 {
   std::string aName = theName;
   int anIndex = 0;