Salome HOME
Split too long lines to satisfy coding standard
authorazv <azv@opencascade.com>
Fri, 30 Dec 2016 14:02:18 +0000 (17:02 +0300)
committerazv <azv@opencascade.com>
Fri, 30 Dec 2016 14:02:18 +0000 (17:02 +0300)
src/ModelHighAPI/ModelHighAPI_Dumper.h

index 362d9b534afcfa83078d01892a5d17f478552ab0..2da5ee93e9319827907e4878cc1e276d81ae9fa2 100644 (file)
@@ -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)
     {}
   };