Cycles: Cleanup, indentation

This commit is contained in:
Sergey Sharybin 2015-04-07 22:41:08 +05:00
parent e36b0cb8f3
commit 858f54f16e
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ ccl_device_inline
ccl_device_noinline
#endif
void triangle_intersect_precalc(float3 dir,
IsectPrecalc *isect_precalc)
IsectPrecalc *isect_precalc)
{
/* Calculate dimension where the ray direction is maximal. */
int kz = util_max_axis(make_float3(fabsf(dir.x),