mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Fix whitespaces.
This commit is contained in:
parent
a92721b569
commit
8767c47463
@ -126,7 +126,7 @@ kernel void horizontalAnticausalFilter(
|
||||
{
|
||||
result = *optr + _a * result;
|
||||
}
|
||||
*optr = result;
|
||||
*optr = result;
|
||||
}
|
||||
result_v4.x = result;
|
||||
optr -= 3;
|
||||
@ -229,7 +229,7 @@ kernel void horizontalAnticausalFilter_Irregular(
|
||||
{
|
||||
result = *optr + *bptr * result;
|
||||
}
|
||||
*optr = result;
|
||||
*optr = result;
|
||||
}
|
||||
res_v4.x = result;
|
||||
optr -= 3;
|
||||
|
Loading…
Reference in New Issue
Block a user