X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/595e59c568ff5f8510de201bfd800951cdc2adcb..2f4509c52115b8a4fb4916f51057d6b9314b4c45:/src/simgrid/host.cpp diff --git a/src/simgrid/host.cpp b/src/simgrid/host.cpp index 919fb94ae1..52e1ab79a5 100644 --- a/src/simgrid/host.cpp +++ b/src/simgrid/host.cpp @@ -242,7 +242,7 @@ void sg_host_dump(sg_host_t host) XBT_INFO(" - available speed: %.2f", sg_host_get_available_speed(host)); props = host->properties(); - if (!xbt_dict_is_empty(props)){ + if (not xbt_dict_is_empty(props)) { XBT_INFO(" - properties:"); xbt_dict_cursor_t cursor = nullptr; char* key;