Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: fix "Malformed whitespace in C++" spotted by codefactor.io.
[simgrid.git] / examples / deprecated / msg / dht-kademlia / node.h
index 0a33730..f67f2cf 100644 (file)
@@ -32,7 +32,6 @@ typedef struct s_node {
   char mailbox[MAILBOX_NAME_SIZE];      //node mailbox
   unsigned int find_node_success;       //Number of find_node which have succeeded.
   unsigned int find_node_failed;        //Number of find_node which have failed.
-
 } s_node_t;
 
 typedef s_node_t *node_t;