Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
dotloader to trace task categories based on dot file
[simgrid.git] / testsuite / xbt / log_usage.c
index 64a3cd14097ffc2be3d9463142b5981eb1574633..707cf02863aff0565e63cf8f25c48633c665f4f0 100644 (file)
@@ -14,7 +14,8 @@
 
 
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(test, top, "Logging specific to this test");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(test, top,
+                                "Logging specific to this test");
 XBT_LOG_NEW_CATEGORY(top, "Useless test channel");
 
 #ifdef __BORLANDC__