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 Masakazu Yonekura
|
||||
|
||||
************************************************************/
|
||||
#include"cvpoint2d32f.h"
|
||||
#include "cvpoint2d32f.h"
|
||||
/*
|
||||
* Document-class: OpenCV::CvPoint2D32f
|
||||
*
|
||||
|
@ -34,7 +34,7 @@ rb_class()
|
|||
void
|
||||
define_ruby_class()
|
||||
{
|
||||
if(rb_klass)
|
||||
if (rb_klass)
|
||||
return;
|
||||
/*
|
||||
* opencv = rb_define_module("OpenCV");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue