Fix style [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2025-04-19 22:02:10 +09:00
parent d6d4e6877c
commit c218862d3c
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465
14 changed files with 63 additions and 33 deletions

3
enum.c
View file

@ -324,7 +324,8 @@ enum_count(int argc, VALUE *argv, VALUE obj)
NORETURN(static void found(VALUE i, VALUE memop));
static void
found(VALUE i, VALUE memop) {
found(VALUE i, VALUE memop)
{
struct MEMO *memo = MEMO_CAST(memop);
MEMO_V1_SET(memo, i);
memo->u3.cnt = 1;