Cleanup: Redundant space at the end of comment

This commit is contained in:
Sergey Sharybin 2021-10-04 12:01:57 +02:00
parent f2b86471ea
commit ce6a24976a
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}