[Bf-blender-cvs] [f96ce32182e] cycles-x: Cleanup: clang-format in Cycles X render scheduler

Sergey Sharybin noreply at git.blender.org
Wed Sep 1 10:49:14 CEST 2021


Commit: f96ce32182ea848e38c2c5bd5a577d252bd4f5b5
Author: Sergey Sharybin
Date:   Wed Sep 1 10:48:51 2021 +0200
Branches: cycles-x
https://developer.blender.org/rBf96ce32182ea848e38c2c5bd5a577d252bd4f5b5

Cleanup: clang-format in Cycles X render scheduler

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

M	intern/cycles/integrator/render_scheduler.h

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

diff --git a/intern/cycles/integrator/render_scheduler.h b/intern/cycles/integrator/render_scheduler.h
index c58bcb20089..78772c603e6 100644
--- a/intern/cycles/integrator/render_scheduler.h
+++ b/intern/cycles/integrator/render_scheduler.h
@@ -192,7 +192,7 @@ class RenderScheduler {
   bool is_denoise_active_during_update() const;
 
   /* Heuristic which aims to give perceptually pleasant update of display interval in a way that at
-   * lower samples and near the beginning of rendering, updates happen more often, but with higher 
+   * lower samples and near the beginning of rendering, updates happen more often, but with higher
    * number of samples and later in the render, updates happen less often but device occupancy
    * goes higher. */
   double guess_display_update_interval_in_seconds() const;



More information about the Bf-blender-cvs mailing list