From 4b9ff3cd42be427e478743648e9951bf8c189a04 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Jun 2021 15:56:58 +1000 Subject: Cleanup: comment blocks, trailing space in comments --- source/blender/editors/render/render_update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/render/render_update.c') diff --git a/source/blender/editors/render/render_update.c b/source/blender/editors/render/render_update.c index 3e8a1bda2f0..80b5623b9c3 100644 --- a/source/blender/editors/render/render_update.c +++ b/source/blender/editors/render/render_update.c @@ -216,7 +216,7 @@ void ED_render_view_layer_changed(Main *bmain, bScreen *screen) /***************************** Updates *********************************** * ED_render_id_flush_update gets called from DEG_id_tag_update, to do * * editor level updates when the ID changes. when these ID blocks are in * - * the dependency graph, we can get rid of the manual dependency checks */ + * the dependency graph, we can get rid of the manual dependency checks. */ static void material_changed(Main *UNUSED(bmain), Material *ma) { -- cgit v1.2.3