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 /src/ldpc_codes.h | |
| parent | 0c2e969cfbe85548801eeb20ad8113969604892a (diff) | |
clang-format -i applied to src unittest misc
Diffstat (limited to 'src/ldpc_codes.h')
| -rw-r--r-- | src/ldpc_codes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ldpc_codes.h b/src/ldpc_codes.h index 8fc3966..e33fa57 100644 --- a/src/ldpc_codes.h +++ b/src/ldpc_codes.h @@ -9,7 +9,7 @@ #ifndef __LDPC_CODES__ #ifdef __cplusplus - extern "C" { +extern "C" { #endif #include "mpdecode_core.h" @@ -21,7 +21,7 @@ int ldpc_codes_find(char name[]); void ldpc_codes_setup(struct LDPC *ldpc, char name[]); #ifdef __cplusplus - } +} #endif #endif |
