Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
btrkeks committed May 28, 2024
1 parent 0ca8f9b commit 59bb55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deinflector.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ wtype *wtypes = NULL;
#define IF_EQUALS_ADD(type, str, wordtoadd) \
do { \
if (s8equals(word, S(str))) { \
add_deinflection(s8dup(S(wordtoadd)), type); \
add_deinflection(s8dup(S(wordtoadd)), type); \
} \
} while (0)

Expand Down

0 comments on commit 59bb55e

Please sign in to comment.