Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sed -i -e 's/\t/ /g' [sources] Please people, stop using tabs
[simgrid.git] / examples / msg / kademlia / kademlia.c
index 9952786257b53f3bf6d80ebae3f3da53a1e952f9..5ba12857b2dfc162f5f979fb9cde1809188bfa97 100644 (file)
@@ -474,8 +474,8 @@ int main(int argc, char *argv[])
 
   /* Check the arguments */
   xbt_assert(argc > 2, "Usage: %s platform_file deployment_file\n"
-            "\tExample: %s msg_platform.xml msg_deployment.xml\n", 
-            argv[0], argv[0]);
+       "\tExample: %s msg_platform.xml msg_deployment.xml\n", 
+       argv[0], argv[0]);
 
   const char *platform_file = argv[1];
   const char *deployment_file = argv[2];