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,13 +7,13 @@
|
|||
Copyright (C) 2005-2006 Masakazu Yonekura
|
||||
|
||||
************************************************************/
|
||||
#define __NAMESPACE_BEGIN_MOUSEEVENT namespace cMouseEvent{
|
||||
#define __NAMESPACE_BEGIN_MOUSEEVENT namespace cMouseEvent {
|
||||
#define __NAMESPACE_END_MOUSEEVENT }
|
||||
|
||||
#ifndef RUBY_OPENCV_GUI_MOUSEEVENT_H
|
||||
#define RUBY_OPENCV_GUI_MOUSEEVENT_H
|
||||
|
||||
#include"opencv.h"
|
||||
#include "opencv.h"
|
||||
|
||||
__NAMESPACE_BEGIN_OPENCV
|
||||
__NAMESPACE_BEGIN_GUI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue