X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e54c5e982d2a6dd3d2d152038819639b088a1086..0f5e8daaa6e9f74521068aa75837200bcd182ea6:/include/xbt/asserts.h diff --git a/include/xbt/asserts.h b/include/xbt/asserts.h index 7173df7ab8..fa1af88227 100644 --- a/include/xbt/asserts.h +++ b/include/xbt/asserts.h @@ -53,5 +53,5 @@ SG_BEGIN_DECL() #define xbt_assert6(cond,msg,a,b,c,d,e,f) if (!(cond)) THROW6(0,0,msg,a,b,c,d,e,f) #endif /** @} */ - SG_END_DECL() -#endif /* _XBT_ASSERTS_H */ + SG_END_DECL() +#endif /* _XBT_ASSERTS_H */