From 040b3b8265811f2a30c67b05fa672c647707ae4a Mon Sep 17 00:00:00 2001 From: peng xiao Date: Tue, 27 Aug 2013 13:02:34 +0800 Subject: [PATCH] Remove trailing whitespace. --- modules/ocl/src/tvl1flow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ocl/src/tvl1flow.cpp b/modules/ocl/src/tvl1flow.cpp index 638e6d834b..606ac530f7 100644 --- a/modules/ocl/src/tvl1flow.cpp +++ b/modules/ocl/src/tvl1flow.cpp @@ -413,7 +413,7 @@ void ocl_tvl1flow::estimateU(oclMat &I1wx, oclMat &I1wy, oclMat &grad, args.push_back( make_pair( sizeof(cl_int), (void*)&u2_offset_x)); args.push_back( make_pair( sizeof(cl_int), (void*)&u2_offset_y)); args.push_back( make_pair( sizeof(cl_char), (void*)&calc_error)); - + openCLExecuteKernel(clCxt, &tvl1flow, kernelName, globalThread, localThread, args, -1, -1); }