[Bf-blender-cvs] [d8088307847] cycles-x: Cleanup: clang-format

Brecht Van Lommel noreply at git.blender.org
Mon Sep 6 20:14:46 CEST 2021


Commit: d8088307847c136cb027be868832fba6fb3f53c7
Author: Brecht Van Lommel
Date:   Mon Sep 6 20:07:18 2021 +0200
Branches: cycles-x
https://developer.blender.org/rBd8088307847c136cb027be868832fba6fb3f53c7

Cleanup: clang-format

===================================================================

M	intern/cycles/kernel/kernel_jitter.h

===================================================================

diff --git a/intern/cycles/kernel/kernel_jitter.h b/intern/cycles/kernel/kernel_jitter.h
index 3afce9f957b..354e8115538 100644
--- a/intern/cycles/kernel/kernel_jitter.h
+++ b/intern/cycles/kernel/kernel_jitter.h
@@ -75,7 +75,8 @@ ccl_device_inline float cmj_randfloat_simple(uint i, uint p)
 ccl_device float pmj_sample_1D(const KernelGlobals *kg, uint sample, uint rng_hash, uint dimension)
 {
   /* The PMJ sample sets contain a sample with (x,y) with NUM_PMJ_SAMPLES so for 1D
-   *  the x part is used as the sample (TODO(@leesonw): Add using both x and y parts independently). */
+   *  the x part is used as the sample (TODO(@leesonw): Add using both x and y parts
+   * independently). */
 
   /* Perform Owen shuffle of the sample number to reorder the samples. */
 #ifdef _SIMPLE_HASH_



More information about the Bf-blender-cvs mailing list