Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-03-13 08:49:41 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-03-13 08:49:41 +0300
commit91dbc28363e5450f241eb9696aaca29075c01d20 (patch)
tree7984772d3f517cf28b205fffe5a5aef56b55051c /intern/cycles
parentf6b73966101db0fef10abd7b3a18e4a1ca120013 (diff)
Cleanup: clang format
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/integrator/denoiser.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/cycles/integrator/denoiser.cpp b/intern/cycles/integrator/denoiser.cpp
index 62a6fd3361b..23ab825a4d2 100644
--- a/intern/cycles/integrator/denoiser.cpp
+++ b/intern/cycles/integrator/denoiser.cpp
@@ -80,7 +80,8 @@ static bool is_single_supported_device(Device *device, DenoiserType type)
if (!device->info.multi_devices.empty()) {
/* Some configurations will use multi_devices, but keep the type of an individual device.
- * This does simplify checks for homogeneous setups, but here we really need a single device. */
+ * This does simplify checks for homogeneous setups, but here we really need a single device.
+ */
return false;
}