aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
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