aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-12-02 11:40:10 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-12-02 11:40:10 +0100
commit1bf5fbff777ff31cc75f3042be79f0150c018592 (patch)
treee17d6ab9b173040c83aad0fc26eea02abdac1a21 /util.h
parentfa086e2d4ffc4d25e2dd0e03b5f588f832017be8 (diff)
style
Diffstat (limited to 'util.h')
-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