1
0
Fork 0
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:
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: