X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19b3962253112b19308537bc2400de141c119d99..b6be4a786958974306e8f7b18eae6f1f77ebd4ee:/src/surf/instr_surf.cpp diff --git a/src/surf/instr_surf.cpp b/src/surf/instr_surf.cpp index 801036a4c7..df986ab2ad 100644 --- a/src/surf/instr_surf.cpp +++ b/src/surf/instr_surf.cpp @@ -39,11 +39,11 @@ void TRACE_surf_link_set_bandwidth(double date, const char *resource, double ban void TRACE_surf_action(surf_action_t surf_action, const char *category) { - if (!TRACE_is_enabled()) + if (not TRACE_is_enabled()) return; - if (!TRACE_categorized ()) + if (not TRACE_categorized()) return; - if (!category) + if (not category) return; surf_action->setCategory(category);