mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
uniformed code format
This commit is contained in:
parent
2ac67221f9
commit
42c6f5cc37
30 changed files with 144 additions and 141 deletions
|
@ -7,7 +7,7 @@
|
|||
Copyright (C) 2005-2006 Masakazu Yonekura
|
||||
|
||||
************************************************************/
|
||||
#include"cvtermcriteria.h"
|
||||
#include "cvtermcriteria.h"
|
||||
/*
|
||||
* Document-class: OpenCV::CvTermCriteria
|
||||
*
|
||||
|
@ -150,7 +150,7 @@ VALUE
|
|||
rb_eps(VALUE self)
|
||||
{
|
||||
CvTermCriteria *ptr = CVTERMCRITERIA(self);
|
||||
if(ptr->type & CV_TERMCRIT_EPS)
|
||||
if (ptr->type & CV_TERMCRIT_EPS)
|
||||
return rb_float_new(ptr->epsilon);
|
||||
else
|
||||
return Qnil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue