Removed space lines

This commit is contained in:
Nobuyoshi Nakada 2020-06-20 14:07:45 +09:00
parent e8b2578d31
commit d1af2345c9
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

2
proc.c
View File

@ -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: