Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-04-15 19:59:02 +0300
committerHans Goudey <h.goudey@me.com>2022-04-15 19:59:02 +0300
commit0f9057390de1ce240cf5b09492077169ebf132c5 (patch)
tree8d8bbe8b985c85f755e5a482611d77735aef3bd9 /source/blender/editors/space_node/node_draw.cc
parent7484f274dcdc9092dd5d85059e8d110572fe3b3c (diff)
Cleanup: Clang tidy
Diffstat (limited to 'source/blender/editors/space_node/node_draw.cc')
-rw-r--r--source/blender/editors/space_node/node_draw.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_draw.cc b/source/blender/editors/space_node/node_draw.cc
index 692940d405c..47d35ced371 100644
--- a/source/blender/editors/space_node/node_draw.cc
+++ b/source/blender/editors/space_node/node_draw.cc
@@ -1882,7 +1882,7 @@ static void node_draw_extra_info_row(const bNode &node,
0,
0,
extra_info_row.tooltip);
- if (extra_info_row.tooltip_fn != NULL) {
+ if (extra_info_row.tooltip_fn != nullptr) {
UI_but_func_tooltip_set(but_icon,
extra_info_row.tooltip_fn,
extra_info_row.tooltip_fn_arg,