Browse code

Remove trailing whitespace

John Hawthorn authored on 10/12/2024 02:01:31
Showing 1 changed files

... ...
@@ -3,7 +3,7 @@
3 3
 
4 4
 #include <math.h>
5 5
 
6
-#ifdef __cplusplus 
6
+#ifdef __cplusplus
7 7
 extern "C" {
8 8
 #endif
9 9
 
... ...
@@ -17,7 +17,7 @@ int has_match(const char *needle, const char *haystack);
17 17
 score_t match_positions(const char *needle, const char *haystack, size_t *positions);
18 18
 score_t match(const char *needle, const char *haystack);
19 19
 
20
-#ifdef __cplusplus 
20
+#ifdef __cplusplus
21 21
 }
22 22
 #endif
23 23