From 2b8b08c1343bb3b8c294aa485a0b642017cd64ce Mon Sep 17 00:00:00 2001 From: Jeevaka Badrappan Date: Wed, 12 Jan 2011 12:52:17 +0200 Subject: unit: M15 coding style fix --- unit/test-idmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unit/test-idmap.c') 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; -- cgit v1.2.3