remove a whitepace
authorZiyang LI <ziyangli@users.noreply.github.com>
Wed, 12 Mar 2014 10:14:43 +0000 (18:14 +0800)
committerZiyang LI <ziyangli@users.noreply.github.com>
Wed, 12 Mar 2014 10:14:43 +0000 (18:14 +0800)
modules/calib3d/src/stereobm.cpp

index 8e9cc01..cd6302a 100644 (file)
@@ -122,7 +122,7 @@ static void prefilterNorm( const Mat& src, Mat& dst, int winsize, int ftzero, uc
         
         for( x = 0; x < size.width; x++ )
             vsum[x] = (ushort)(vsum[x] + bottom[x] - top[x]);
-
+            
         for( x = 0; x <= wsz2; x++ )
         {
             vsum[-x-1] = vsum[0];