From: Arnaud Giersch Date: Mon, 18 Feb 2013 11:12:47 +0000 (+0100) Subject: Cosmetics: add space. X-Git-Tag: v3_9_90~491^2~10 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/93697250b6ac7f25c30f94eb2743668173bb3642 Cosmetics: add space. --- diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 82573e0ad6..349444cc83 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -476,7 +476,7 @@ XBT_PUBLIC(void) xbt_ex_free(xbt_ex_t e); /** @brief Shows a backtrace of the current location */ XBT_PUBLIC(void) xbt_backtrace_display_current(void); /** @brief reimplementation of glibc backtrace based directly on gcc library, without implicit malloc */ -XBT_PUBLIC(int)xbt_backtrace_no_malloc(void**bt, int size); +XBT_PUBLIC(int) xbt_backtrace_no_malloc(void**bt, int size); /** @brief Captures a backtrace for further use */ XBT_PUBLIC(void) xbt_backtrace_current(xbt_ex_t * e); /** @brief Display a previously captured backtrace */