]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Session.cpp
Salome HOME
Fix too long lines > 100 characters.
[modules/shaper.git] / src / Model / Model_Session.cpp
index c555fac10c53615b5babf88ca9a4042b45dc3945..afdf7e4a5773f37da44c341b869d1ad2b54344b6 100644 (file)
@@ -98,7 +98,8 @@ void Model_Session::finishOperation()
 {
   setCheckTransactions(false);
   ROOT_DOC->finishOperation();
-  while(myOperationAttachedToNext.back()) { // with nested, the first transaction can not be attached
+  while(myOperationAttachedToNext.back()) {
+    // with nested, the first transaction can not be attached
     ROOT_DOC->finishOperation();
     myOperationAttachedToNext.pop_back();
   }
@@ -110,7 +111,8 @@ void Model_Session::abortOperation()
 {
   setCheckTransactions(false);
   ROOT_DOC->abortOperation();
-  while(myOperationAttachedToNext.back()) { // with nested, the first transaction can not be attached
+  while(myOperationAttachedToNext.back()) {
+    // with nested, the first transaction can not be attached
     ROOT_DOC->abortOperation();
     myOperationAttachedToNext.pop_back();
   }