Cleanup: clang tidy

This commit is contained in:
Jacques Lucke 2021-03-06 16:54:09 +01:00
parent d2869943d2
commit 9828882b8e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ void BKE_pose_apply_action(struct Object *ob,
struct AnimationEvalContext *anim_eval_context)
{
bPose *pose = ob->pose;
if (pose == NULL) {
if (pose == nullptr) {
return;
}