Salome HOME
Allow arc parameters to be recalculated by sketch solver
[modules/shaper.git] / src / Events / Events_Loop.cpp
index 181f588a2f0e230b1897484f9e444647ca952466..1bbe62aaa7138980b2e39686ec3ce369f5a30289 100644 (file)
@@ -207,7 +207,8 @@ void Events_Loop::flush(const Events_ID& theID)
       }
     }
   }
-  if (hasEventsToFlush && myGroups.empty()) { // no more messages left in the queue, so, finalize the sketch processing
+  if (hasEventsToFlush && myGroups.empty()) {
+    // no more messages left in the queue, so, finalize the sketch processing
     static Events_ID anID = Events_Loop::eventByName("SketchPrepared");
     std::shared_ptr<Events_Message> aMsg(new Events_Message(anID, this));
     Events_Loop::loop()->send(aMsg, false);