From 50e54568740843625fe950cf8e7db1e25c0b4f18 Mon Sep 17 00:00:00 2001 From: Vladimir Dudnik Date: Thu, 23 Dec 2010 22:56:28 +0000 Subject: [PATCH] cosmetic changes --- modules/core/include/opencv2/core/types_c.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/core/include/opencv2/core/types_c.h b/modules/core/include/opencv2/core/types_c.h index 192e7f42bf..d938d237e4 100644 --- a/modules/core/include/opencv2/core/types_c.h +++ b/modules/core/include/opencv2/core/types_c.h @@ -72,8 +72,8 @@ #if (_MSC_VER >= 1400 && defined _M_X64) || (__GNUC__ >= 4 && defined __x86_64__) #if defined WIN32 - #include - #endif + #include + #endif #include #endif @@ -1365,8 +1365,8 @@ CvSet; o Two pointers to the starting and ending vertices (vtx[0] and vtx[1] respectively). - A graph may be oriented or not. In the latter case, edges between - vertex i to vertex j are not distinguished during search operations. + A graph may be oriented or not. In the latter case, edges between + vertex i to vertex j are not distinguished during search operations. o Two pointers to next edges for the starting and ending vertices, where next[0] points to the next edge in the vtx[0] adjacency list and -- 2.34.1