dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/26791 )
Change subject: test-hnbap: cosmetic: fix sourcecode formatting ......................................................................
test-hnbap: cosmetic: fix sourcecode formatting
Change-Id: I1ea0d93dafed0deeb17f0788983169ed56cf7d0f --- M src/tests/test-hnbap.c 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/91/26791/1
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 @@ hnbap_set_log_area(DHNBAP); log_set_log_level(osmo_stderr_target, LOGL_INFO);
- test_asn1_decoding(); - test_common_cleanup(); + return 0; }
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/26791 )
Change subject: test-hnbap: cosmetic: fix sourcecode formatting ......................................................................
Patch Set 1: Code-Review+2
dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/26791 )
Change subject: test-hnbap: cosmetic: fix sourcecode formatting ......................................................................
test-hnbap: cosmetic: fix sourcecode formatting
Change-Id: I1ea0d93dafed0deeb17f0788983169ed56cf7d0f --- M src/tests/test-hnbap.c 1 file changed, 1 insertion(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
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 @@ hnbap_set_log_area(DHNBAP); log_set_log_level(osmo_stderr_target, LOGL_INFO);
- test_asn1_decoding(); - test_common_cleanup(); + return 0; }