From f2888d939255a2fbfa554c3baaf2d2eb3d5573b1 Mon Sep 17 00:00:00 2001 From: azv Date: Fri, 15 Nov 2019 15:02:32 +0300 Subject: [PATCH] Meet the coding style (line >= 100 characters) --- src/ExchangePlugin/ExchangePlugin_ImportPart.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.2