aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-18 06:44:24 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-18 06:44:24 +0800
commitadb6e1cce10570a1b4ea1f55fce4813170c0b703 (patch)
treefe32cfbce4f17ab1e3ccfd29c35ac78424192255 /openbsc/tests
parent212e1052881780a1f454a95b71ea062791710afa (diff)
janitor: Move the * to the variable name
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/channel/channel_test.c2
-rw-r--r--openbsc/tests/debug/debug_test.c2
-rw-r--r--openbsc/tests/gsm0408/gsm0408_test.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/openbsc/tests/channel/channel_test.c b/openbsc/tests/channel/channel_test.c
index 32c71683a..61c0f956d 100644
--- a/openbsc/tests/channel/channel_test.c
+++ b/openbsc/tests/channel/channel_test.c
@@ -46,7 +46,7 @@ void paging_request(struct gsm_bts *bts, struct gsm_subscriber *subscriber, int
}
-int main(int argc, char** argv)
+int main(int argc, char **argv)
{
struct gsm_network *network;
struct gsm_bts *bts;
diff --git a/openbsc/tests/debug/debug_test.c b/openbsc/tests/debug/debug_test.c
index f3e483703..5767eddb5 100644
--- a/openbsc/tests/debug/debug_test.c
+++ b/openbsc/tests/debug/debug_test.c
@@ -22,7 +22,7 @@
#include <openbsc/debug.h>
-int main(int argc, char** argv)
+int main(int argc, char **argv)
{
struct log_target *stderr_target;
diff --git a/openbsc/tests/gsm0408/gsm0408_test.c b/openbsc/tests/gsm0408/gsm0408_test.c
index 287d4ee99..58377e64c 100644
--- a/openbsc/tests/gsm0408/gsm0408_test.c
+++ b/openbsc/tests/gsm0408/gsm0408_test.c
@@ -95,7 +95,7 @@ static void test_mi_functionality(void)
COMPARE_STR(mi_parsed, imsi_even);
}
-int main(int argc, char** argv)
+int main(int argc, char **argv)
{
test_location_area_identifier();
test_mi_functionality();