mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix style [ci skip]
This commit is contained in:
parent
d6d4e6877c
commit
c218862d3c
14 changed files with 63 additions and 33 deletions
3
enum.c
3
enum.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue