1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

fix indent

This commit is contained in:
ser1zw 2016-07-01 01:03:44 +09:00
parent 14ae5c08fe
commit 7a08fefec1

View file

@ -327,7 +327,7 @@ rb_match_shapes(int argc, VALUE *argv, VALUE self)
VALUE new_object()
{
VALUE object = rb_allocate(rb_klass);
VALUE object = rb_allocate(rb_klass);
rb_initialize(0, NULL, object);
return object;
}