From 4b9ff3cd42be427e478743648e9951bf8c189a04 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Jun 2021 15:56:58 +1000 Subject: Cleanup: comment blocks, trailing space in comments --- intern/cycles/kernel/kernel_projection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/kernel/kernel_projection.h') diff --git a/intern/cycles/kernel/kernel_projection.h b/intern/cycles/kernel/kernel_projection.h index 387af54cf27..c33d7150b5c 100644 --- a/intern/cycles/kernel/kernel_projection.h +++ b/intern/cycles/kernel/kernel_projection.h @@ -35,7 +35,7 @@ CCL_NAMESPACE_BEGIN -/* Spherical coordinates <-> Cartesian direction */ +/* Spherical coordinates <-> Cartesian direction. */ ccl_device float2 direction_to_spherical(float3 dir) { -- cgit v1.2.3