1
0
Fork 0
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:
ser1zw 2011-08-12 02:26:54 +09:00
parent 2ac67221f9
commit 42c6f5cc37
30 changed files with 144 additions and 141 deletions

View file

@ -15,7 +15,7 @@
#define RUBY_OPENCV_GUI_WINDOW_H
#include "opencv.h"
#define __NAMESPACE_BEGIN_WINDOW namespace cWindow{
#define __NAMESPACE_BEGIN_WINDOW namespace cWindow {
#define __NAMESPACE_END_WINDOW }
__NAMESPACE_BEGIN_OPENCV