Cleanup: clang-tidy

This commit is contained in:
Campbell Barton 2021-07-05 19:09:24 +10:00
parent c9eaf04afb
commit e785569c95
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ bool ED_spreadsheet_context_path_exists(Main *UNUSED(bmain), SpaceSpreadsheet *s
}
return false;
}
else if (node->id != nullptr) {
if (node->id != nullptr) {
if (GS(node->id->name) != ID_NT) {
return false;
}