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:
parent
14ae5c08fe
commit
7a08fefec1
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ rb_match_shapes(int argc, VALUE *argv, VALUE self)
|
||||||
|
|
||||||
VALUE new_object()
|
VALUE new_object()
|
||||||
{
|
{
|
||||||
VALUE object = rb_allocate(rb_klass);
|
VALUE object = rb_allocate(rb_klass);
|
||||||
rb_initialize(0, NULL, object);
|
rb_initialize(0, NULL, object);
|
||||||
return object;
|
return object;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue