Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent the rest of the code (examples, buildtools, doc...) except for examples/SMPI...
[simgrid.git] / examples / gras / spawn / spawn_child.c
index c8812ec..acc3523 100644 (file)
@@ -1,8 +1,7 @@
-/* $Id$ */
-
 /* spawn - demo of the gras_agent_spawn function                            */
 
-/* Copyright (c) 2007 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2007, 2009, 2010. The SimGrid Team.
+ * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -63,7 +62,8 @@ int child(int argc, char *argv[])
     gras_socket_close(dady);
     RETHROW0("Dad don't want to speak with me! : %s");
   }
-  INFO2("Pinged dad with %d, he answered with %d; leaving now.", ping, pong);
+  INFO2("Pinged dad with %d, he answered with %d; leaving now.", ping,
+        pong);
 
   /* 7. Free the allocated resources, and shut GRAS down */
   gras_socket_close(dady);