1
1

Cleanup: clang-tidy

This commit is contained in:
2021-07-05 19:09:24 +10:00
parent c9eaf04afb
commit e785569c95

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;
}