Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Dec 10, 2024
1 parent 19db853 commit 5ae3b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/match.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <math.h>

#ifdef __cplusplus
#ifdef __cplusplus
extern "C" {
#endif

Expand All @@ -17,7 +17,7 @@ int has_match(const char *needle, const char *haystack);
score_t match_positions(const char *needle, const char *haystack, size_t *positions);
score_t match(const char *needle, const char *haystack);

#ifdef __cplusplus
#ifdef __cplusplus
}
#endif

Expand Down

0 comments on commit 5ae3b95

Please sign in to comment.