From: azv Date: Fri, 15 Nov 2019 12:02:32 +0000 (+0300) Subject: Meet the coding style (line >= 100 characters) X-Git-Tag: V9_5_0a1~166^2~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f2888d939255a2fbfa554c3baaf2d2eb3d5573b1;p=modules%2Fshaper.git Meet the coding style (line >= 100 characters) --- diff --git a/src/ExchangePlugin/ExchangePlugin_ImportPart.cpp b/src/ExchangePlugin/ExchangePlugin_ImportPart.cpp index 4a40de68c..5c2a9a3dd 100644 --- a/src/ExchangePlugin/ExchangePlugin_ImportPart.cpp +++ b/src/ExchangePlugin/ExchangePlugin_ImportPart.cpp @@ -93,7 +93,8 @@ bool splitName(std::string& theName, int& theIndex) return isOk; } -void addIndexedName(const std::string& theName, std::map >& theIndexedNames) +void addIndexedName(const std::string& theName, + std::map >& theIndexedNames) { std::string aName = theName; int anIndex = 0;