Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / examples / deprecated / java / trace / pingpong / Receiver.java
index 0b5e100..aa2ae1a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2020. The SimGrid Team.
+/* Copyright (c) 2006-2021. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -25,7 +25,7 @@ public class Receiver extends Process {
     Msg.info("hello!");
     Trace.hostPushState (getHost().getName(), PM_STATE, "waitingPing");
 
-    /* Wait for the ping */ 
+    /* Wait for the ping */
     Msg.info("try to get a task");
 
     PingPongTask ping = (PingPongTask)Task.receive(getHost().getName());