]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/lib.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / xbt / lib.c
index 2bd85204a1469e919980abd20a6e20abe9cffe61..cf672028c8bef8d3f83216b1255a50cb02f9df1b 100644 (file)
@@ -10,8 +10,7 @@
 #include <xbt/log.h>
 #include <xbt/lib.h>
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_lib, xbt,
-                                "A dict with keys of type (name, level)");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_lib, xbt, "A dict with keys of type (name, level)");
 
 xbt_lib_t xbt_lib_new(void)
 {