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:
authorCampbell Barton <ideasman42@gmail.com>2021-06-29 03:37:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-29 03:37:00 +0300
commit60a2038fbaaf78b3019e6375e28904f2a124e78d (patch)
treeef6502dfa2c1f685671d65c26b26084f1facd7ee /source/blender/editors/space_spreadsheet/spreadsheet_ops.cc
parent515d9f9a355b98c6c4af7d8d0b5ada169e4bdd0f (diff)
Cleanup: clang-tidy
Diffstat (limited to 'source/blender/editors/space_spreadsheet/spreadsheet_ops.cc')
-rw-r--r--source/blender/editors/space_spreadsheet/spreadsheet_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc b/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc
index ceb4cd84cde..11ed88b7dc9 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_ops.cc
@@ -114,7 +114,7 @@ static int select_component_domain_invoke(bContext *C,
sspreadsheet->attribute_domain = attribute_domain;
/* Refresh header and main region. */
- WM_main_add_notifier(NC_SPACE | ND_SPACE_SPREADSHEET, NULL);
+ WM_main_add_notifier(NC_SPACE | ND_SPACE_SPREADSHEET, nullptr);
return OPERATOR_FINISHED;
}