Skip to content

Commit

Permalink
Formatting by formatter (groonga#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored Aug 29, 2024
1 parent a6bc4b4 commit c4db46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/normalizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ grn_nfkc_normalize_unify_alphabet_diacritical_mark(
} else if (grn_nfkc_normalize_unify_diacritical_mark_is_p(utf8_char)) {
*unified = 'p';
return unified;
// 'q' has no diacritical marks.
// 'q' has no diacritical marks.
} else if (grn_nfkc_normalize_unify_diacritical_mark_is_r(utf8_char)) {
*unified = 'r';
return unified;
Expand Down

0 comments on commit c4db46b

Please sign in to comment.