aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2022-01-06 13:30:40 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2022-01-06 13:31:22 +0100
commit52ceee7c904763f854f2880fc657162f3344ad00 (patch)
treed781c990269646f607b1e99e476dfaef992fe44d
parent48612cee44883dd0e240c497ffde70807cfa276c (diff)
test-hnbap: cosmetic: fix sourcecode formatting
-rw-r--r--src/tests/test-hnbap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/test-hnbap.c b/src/tests/test-hnbap.c
index 0df550f..1ba5a56 100644
--- a/src/tests/test-hnbap.c
+++ b/src/tests/test-hnbap.c
@@ -175,9 +175,8 @@ int main(int argc, char **argv)
hnbap_set_log_area(DHNBAP);
log_set_log_level(osmo_stderr_target, LOGL_INFO);
-
test_asn1_decoding();
-
test_common_cleanup();
+
return 0;
}