From 1bf5fbff777ff31cc75f3042be79f0150c018592 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Fri, 2 Dec 2016 11:40:10 +0100 Subject: [PATCH] style --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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