]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/WhileLoop.cxx
Salome HOME
Cleaning before merge to master.
[modules/yacs.git] / src / engine / WhileLoop.cxx
index 7e1dc41a30c5defacf33bb17c69f260248851c43..40075d0510817b15005ff9a075449f7670d252ef 100644 (file)
@@ -89,7 +89,7 @@ Node *WhileLoop::simpleClone(ComposedNode *father, bool editionOnly) const
   return new WhileLoop(*this,father,editionOnly);
 }
 
-InputPort *WhileLoop::getInputPort(const std::string& name) const 
+InputPort *WhileLoop::getInputPort(const std::string& name) const
 {
   if(name==NAME_OF_INPUT_CONDITION)
     return (InputPort*)&_conditionPort;
@@ -122,7 +122,7 @@ YACS::Event WhileLoop::updateStateOnFinishedEventFrom(Node *node)
 void WhileLoop::checkLinkPossibility(OutPort *start, 
                                      const std::list<ComposedNode *>& pointsOfViewStart,
                                      InPort *end, 
-                                     const std::list<ComposedNode *>& pointsOfViewEnd) 
+                                     const std::list<ComposedNode *>& pointsOfViewEnd)
 {
   DEBTRACE("WhileLoop::checkLinkPossibility");
 }