diff options
| author | drowe67 <[email protected]> | 2023-07-14 12:36:50 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-14 12:36:50 +0930 |
| commit | b86e88413d4c6ec428aaedb147f7675f28882fe4 (patch) | |
| tree | ce360925856e25d4343d59a37e2e6bac142d3752 /unittest/thash.c | |
| parent | 0c2e969cfbe85548801eeb20ad8113969604892a (diff) | |
clang-format -i applied to src unittest misc
Diffstat (limited to 'unittest/thash.c')
| -rw-r--r-- | unittest/thash.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/unittest/thash.c b/unittest/thash.c index 6610e8f..d936728 100644 --- a/unittest/thash.c +++ b/unittest/thash.c @@ -9,11 +9,10 @@ \*---------------------------------------------------------------------------*/ #include <stdio.h> + #include "freedv_api.h" -int main(void) { - printf("%s\n", freedv_get_hash()); - return 0; +int main(void) { + printf("%s\n", freedv_get_hash()); + return 0; } - - |
