mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed space lines
This commit is contained in:
parent
e8b2578d31
commit
d1af2345c9
1 changed files with 0 additions and 2 deletions
2
proc.c
2
proc.c
|
@ -1286,7 +1286,6 @@ proc_eq(VALUE self, VALUE other)
|
|||
self_block->as.captured.code.iseq != \
|
||||
other_block->as.captured.code.iseq) {
|
||||
return Qfalse;
|
||||
|
||||
}
|
||||
break;
|
||||
case block_type_ifunc:
|
||||
|
@ -1295,7 +1294,6 @@ proc_eq(VALUE self, VALUE other)
|
|||
self_block->as.captured.code.ifunc != \
|
||||
other_block->as.captured.code.ifunc) {
|
||||
return Qfalse;
|
||||
|
||||
}
|
||||
break;
|
||||
case block_type_proc:
|
||||
|
|
Loading…
Reference in a new issue