aboutsummaryrefslogtreecommitdiff
path: root/src/golay23.h
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-14 12:36:50 +0930
committerDavid Rowe <[email protected]>2023-07-14 12:36:50 +0930
commitb86e88413d4c6ec428aaedb147f7675f28882fe4 (patch)
treece360925856e25d4343d59a37e2e6bac142d3752 /src/golay23.h
parent0c2e969cfbe85548801eeb20ad8113969604892a (diff)
clang-format -i applied to src unittest misc
Diffstat (limited to 'src/golay23.h')
-rw-r--r--src/golay23.h8
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
}