From ad3378215c0465898fde26270985ab2487d9b3ca Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 13 Apr 2022 17:51:20 -0500 Subject: Cleanup: Clang tidy --- source/blender/editors/render/render_shading.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/render') diff --git a/source/blender/editors/render/render_shading.cc b/source/blender/editors/render/render_shading.cc index 46f62354fce..da2290f7372 100644 --- a/source/blender/editors/render/render_shading.cc +++ b/source/blender/editors/render/render_shading.cc @@ -1167,7 +1167,7 @@ void SCENE_OT_view_layer_add_lightgroup(wmOperatorType *ot) ot->prop = RNA_def_string(ot->srna, "name", nullptr, - sizeof(((ViewLayerLightgroup *)NULL)->name), + sizeof(((ViewLayerLightgroup *)nullptr)->name), "Name", "Name of newly created lightgroup"); } -- cgit v1.2.3