Commit 8767c474 authored by peng xiao's avatar peng xiao

Fix whitespaces.

parent a92721b5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment