summaryrefslogtreecommitdiffstats
path: root/unit/test-idmap.c
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-01-12 12:52:17 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-01-12 08:06:59 -0800
commit2b8b08c1343bb3b8c294aa485a0b642017cd64ce (patch)
treed2e81197344b6cf51c6a5bedebe3881065848bff /unit/test-idmap.c
parent04a8d58515e2b06b9cce3d431dc697a7286a645e (diff)
downloadofono-2b8b08c1343bb3b8c294aa485a0b642017cd64ce.tar.bz2
unit: M15 coding style fix
Diffstat (limited to 'unit/test-idmap.c')
-rw-r--r--unit/test-idmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit/test-idmap.c b/unit/test-idmap.c
index bf428f86..17e767c1 100644
--- a/unit/test-idmap.c
+++ b/unit/test-idmap.c
@@ -27,7 +27,7 @@
#include "idmap.h"
-static void test_alloc()
+static void test_alloc(void)
{
struct idmap *idmap;
unsigned int bit;
@@ -65,7 +65,7 @@ static void test_alloc()
idmap_free(idmap);
}
-static void test_alloc_next()
+static void test_alloc_next(void)
{
struct idmap *idmap;
unsigned int bit;