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/golay23.h | |
| parent | 0c2e969cfbe85548801eeb20ad8113969604892a (diff) | |
clang-format -i applied to src unittest misc
Diffstat (limited to 'src/golay23.h')
| -rw-r--r-- | src/golay23.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/golay23.h b/src/golay23.h index 25502c6..129d6b1 100644 --- a/src/golay23.h +++ b/src/golay23.h @@ -33,10 +33,10 @@ extern "C" { #endif void golay23_init(void); -int golay23_encode(int data); -int golay23_decode(int received_codeword); -int golay23_count_errors(int recd_codeword, int corrected_codeword); -int golay23_syndrome(int c); +int golay23_encode(int data); +int golay23_decode(int received_codeword); +int golay23_count_errors(int recd_codeword, int corrected_codeword); +int golay23_syndrome(int c); #ifdef __cplusplus } |
