From 68d85ce2082aabd5ffade162a8ce495d8778232c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 31 Aug 2022 13:52:44 +1000 Subject: Cleanup: format --- source/blender/makesrna/intern/rna_nodetree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/makesrna/intern') diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c index 60a57bae78a..6596acfaf57 100644 --- a/source/blender/makesrna/intern/rna_nodetree.c +++ b/source/blender/makesrna/intern/rna_nodetree.c @@ -11015,8 +11015,7 @@ static void rna_def_node_socket(BlenderRNA *brna) prop = RNA_def_property(srna, "is_unavailable", PROP_BOOLEAN, PROP_NONE); RNA_def_property_boolean_sdna(prop, NULL, "flag", SOCK_UNAVAIL); RNA_def_property_clear_flag(prop, PROP_EDITABLE); - RNA_def_property_ui_text( - prop, "Unavailable", "True if the socket is unavailable"); + RNA_def_property_ui_text(prop, "Unavailable", "True if the socket is unavailable"); prop = RNA_def_property(srna, "is_multi_input", PROP_BOOLEAN, PROP_NONE); RNA_def_property_boolean_sdna(prop, NULL, "flag", SOCK_MULTI_INPUT); -- cgit v1.2.3