Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make this test test something
[simgrid.git] / examples / msg / bittorrent / connection.c
index 0378f4a..847a6c4 100644 (file)
@@ -1,8 +1,9 @@
-  /* Copyright (c) 2012-2013. The SimGrid Team.
  * All rights reserved.                                                     */
+/* Copyright (c) 2012-2014. 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. */
+
 #include "connection.h"
 #include "bittorrent.h"
 #include <xbt/sysdep.h>
@@ -37,5 +38,4 @@ void connection_free(void *data)
   xbt_free(co->bitfield);
   xbt_free(co->mailbox);
   xbt_free(co);
-
 }