test-hnbap: cosmetic: fix sourcecode formatting

Change-Id: I1ea0d93dafed0deeb17f0788983169ed56cf7d0f
This commit is contained in:
Philipp Maier 2022-01-06 13:30:40 +01:00
parent 48612cee44
commit 52ceee7c90
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}