diff --git a/util.h b/util.h index 21c1a11..def9512 100644 --- a/util.h +++ b/util.h @@ -24,7 +24,7 @@ #define _BRANDT_UTIL_H -#define brandt_assert(cond) GNUNET_assert_from(cond, "libbrandt") +#define brandt_assert(cond) GNUNET_assert_from (cond, "libbrandt") #ifdef NDEBUG