Removed space lines
This commit is contained in:
parent
e8b2578d31
commit
d1af2345c9
2
proc.c
2
proc.c
@ -1286,7 +1286,6 @@ proc_eq(VALUE self, VALUE other)
|
|||||||
self_block->as.captured.code.iseq != \
|
self_block->as.captured.code.iseq != \
|
||||||
other_block->as.captured.code.iseq) {
|
other_block->as.captured.code.iseq) {
|
||||||
return Qfalse;
|
return Qfalse;
|
||||||
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case block_type_ifunc:
|
case block_type_ifunc:
|
||||||
@ -1295,7 +1294,6 @@ proc_eq(VALUE self, VALUE other)
|
|||||||
self_block->as.captured.code.ifunc != \
|
self_block->as.captured.code.ifunc != \
|
||||||
other_block->as.captured.code.ifunc) {
|
other_block->as.captured.code.ifunc) {
|
||||||
return Qfalse;
|
return Qfalse;
|
||||||
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case block_type_proc:
|
case block_type_proc:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user