Remove trailing whitespace.

pull/1345/head
peng xiao 12 years ago
parent c74c517ce3
commit 040b3b8265
  1. 2
      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);
}

Loading…
Cancel
Save