Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Platform generation : make public structures for node and edge data
[simgrid.git] / include / xbt / log.h
index 1dcdfde5909e2ed5b10653c76b6966205c640e90..fe199ac47544d95d2e6b0d15a2400f645e61bbdc 100644 (file)
@@ -185,7 +185,7 @@ typedef enum {
 # define XBT_LOG_DEFAULT_CATEGORY(cname)
 #else
 # define XBT_LOG_DEFAULT_CATEGORY(cname) \
-        static xbt_log_category_t _XBT_LOGV(default) _XBT_GNUC_UNUSED = &_XBT_LOGV(cname)
+   static xbt_log_category_t _XBT_LOGV(default) _XBT_GNUC_UNUSED = &_XBT_LOGV(cname)
 #endif
 
 /**