[Bf-blender-cvs] [ce6a24976a3] master: Cleanup: Redundant space at the end of comment

Sergey Sharybin noreply at git.blender.org
Mon Oct 4 12:02:18 CEST 2021


Commit: ce6a24976a38be5aa8fba346424e3caae2b2f9ae
Author: Sergey Sharybin
Date:   Mon Oct 4 12:01:57 2021 +0200
Branches: master
https://developer.blender.org/rBce6a24976a38be5aa8fba346424e3caae2b2f9ae

Cleanup: Redundant space at the end of comment

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

M	intern/cycles/blender/blender_session.cpp

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

diff --git a/intern/cycles/blender/blender_session.cpp b/intern/cycles/blender/blender_session.cpp
index 3ba5258ad93..0bee265557f 100644
--- a/intern/cycles/blender/blender_session.cpp
+++ b/intern/cycles/blender/blender_session.cpp
@@ -506,7 +506,7 @@ void BlenderSession::render_frame_finish()
   session->full_buffer_written_cb = function_null;
 
   /* All the files are handled.
-   * Clear the list so that this session can be re-used by Persistent Data.  */
+   * Clear the list so that this session can be re-used by Persistent Data. */
   full_buffer_files_.clear();
 }



More information about the Bf-blender-cvs mailing list