Cleanup: clang tidy readability-else-after-return

This commit is contained in:
Jacques Lucke 2021-04-18 09:49:14 +02:00
parent 8d30a7a1cf
commit 01448ee7ce
1 changed files with 1 additions and 1 deletions

View File

@ -2716,7 +2716,7 @@ static void snap_obj_fn(SnapObjectContext *sctx,
dt->r_index);
break;
}
else if (ob->dt == OB_BOUNDBOX) {
if (ob->dt == OB_BOUNDBOX) {
/* Do not snap to objects that are in bounding box display mode */
return;
}