Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Review const attribute for pointers..
[simgrid.git] / examples / ruby / PingPong.rb
index 73b5153..26a79f0 100644 (file)
@@ -7,7 +7,7 @@ include MSG
 #####################
 
 class PingPongTask < MSG::Task
-  
+
   # The initialize method has no effect 
   @time 
   def setTime(t)
@@ -85,4 +85,4 @@ else
 end
 
 MSG.run
-MSG.exit
\ No newline at end of file
+MSG.exit