Cleanup: format

This commit is contained in:
Chris Blackbourn 2022-12-16 16:55:16 +13:00
parent 841020dba2
commit 75c2e81103
1 changed files with 0 additions and 1 deletions

View File

@ -1104,7 +1104,6 @@ Mesh *BKE_mesh_new_from_object_to_bmain(Main *bmain,
return mesh_in_bmain;
}
static KeyBlock *keyblock_ensure_from_uid(Key &key, const int uid, const StringRefNull name)
{
if (KeyBlock *kb = BKE_keyblock_find_uid(&key, uid)) {