Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / examples / deprecated / java / async / dsend / Main.java
index 16bb16b..cd7104f 100644 (file)
@@ -6,8 +6,8 @@
 package async.dsend;
 
 /** This example demonstrates the use of the Task.dsend() method.
- * 
- *  This way, the sender can be detached from the communication: it is not blocked as with Task.send() 
+ *
+ *  This way, the sender can be detached from the communication: it is not blocked as with Task.send()
  *  and has nothing to do at the end as with Task.isend() where it must do a Comm.wait().
  */