From: azv Date: Fri, 30 Dec 2016 14:02:18 +0000 (+0300) Subject: Split too long lines to satisfy coding standard X-Git-Tag: V_2.7.0~351^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7026fa2d836504a4779775cb5e24607e511a35dc;p=modules%2Fshaper.git Split too long lines to satisfy coding standard --- diff --git a/src/ModelHighAPI/ModelHighAPI_Dumper.h b/src/ModelHighAPI/ModelHighAPI_Dumper.h index 362d9b534..2da5ee93e 100644 --- a/src/ModelHighAPI/ModelHighAPI_Dumper.h +++ b/src/ModelHighAPI/ModelHighAPI_Dumper.h @@ -269,7 +269,10 @@ private: EntityName() {} EntityName(const std::string& theCurName, const std::string& theUserName, bool theDefault) - : myCurrentName(theCurName), myUserName(theUserName), myIsDefault(theDefault), myIsDumped(false) + : myCurrentName(theCurName), + myUserName(theUserName), + myIsDefault(theDefault), + myIsDumped(false) {} };