Cleanup: clang-format

This commit is contained in:
Campbell Barton 2021-10-19 18:31:06 +11:00
parent a76bb1a277
commit 695dc07cb1
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
CCL_NAMESPACE_BEGIN
ccl_device_inline bool svm_node_aov_check(const uint32_t path_flag, ccl_global float *render_buffer)
ccl_device_inline bool svm_node_aov_check(const uint32_t path_flag,
ccl_global float *render_buffer)
{
bool is_primary = (path_flag & PATH_RAY_CAMERA) && (!(path_flag & PATH_RAY_SINGLE_PASS_DONE));