X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5b3677b425b9cc6949c1573d59ac772540cbf4b2..ff4e6203e4fb526267cc197ee3fa41e5d075608e:/src/xbt/log_private.h diff --git a/src/xbt/log_private.h b/src/xbt/log_private.h index 7afcafdf26..f0baf8cf5b 100644 --- a/src/xbt/log_private.h +++ b/src/xbt/log_private.h @@ -15,8 +15,7 @@ struct xbt_log_appender_s { }; struct xbt_log_layout_s { - int (*do_layout) (xbt_log_layout_t l, - xbt_log_event_t event, const char *fmt); + int (*do_layout) (xbt_log_layout_t l, xbt_log_event_t event, const char *fmt); void (*free_) (xbt_log_layout_t l); void *data; }; @@ -28,8 +27,7 @@ struct xbt_log_layout_s { * * Programatically alter a category's parent (don't use). */ -XBT_PUBLIC(void) xbt_log_parent_set(xbt_log_category_t cat, - xbt_log_category_t parent); +XBT_PUBLIC(void) xbt_log_parent_set(xbt_log_category_t cat, xbt_log_category_t parent); #endif /* LOG_PRIVATE_H */