Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics from patch review
[simgrid.git] / src / instr / instr_paje_containers.cpp
index cab67f4..31f825e 100644 (file)
@@ -135,7 +135,6 @@ container_t PJ_container_new (const char *name, e_container_types kind, containe
   if (newContainer->kind == INSTR_HOST || newContainer->kind == INSTR_LINK || newContainer->kind == INSTR_ROUTER) {
     xbt_dict_set (trivaNodeTypes, newContainer->type->name, xbt_strdup("1"), NULL);
   }
-
   return newContainer;
 }