From 4fafab37867b3e1834634d6c78671fececefffd5 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 13 Mar 2014 23:18:41 +0400 Subject: [PATCH] fixed extra whitespace --- modules/features2d/src/fast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features2d/src/fast.cpp b/modules/features2d/src/fast.cpp index 92059dc..c01cbba 100644 --- a/modules/features2d/src/fast.cpp +++ b/modules/features2d/src/fast.cpp @@ -323,7 +323,7 @@ static bool ocl_FAST( InputArray _img, std::vector& keypoints, for( i = 0; i < newcounter; i++ ) keypoints.push_back(KeyPoint((float)pt2[i].x, (float)pt2[i].y, 7.f, -1, (float)pt2[i].z)); } - + return true; } -- 2.7.4