Cleanup: make format

This commit is contained in:
Sean Kim
2024-07-11 11:58:54 -07:00
parent 7ee2938bc1
commit 66c1341ef9

View File

@@ -395,7 +395,7 @@ void mode_exit_generic(Object &ob, const eObjectMode mode_flag)
}
/* If the cache is not released by a cancel or a done, free it now. */
if (ob.sculpt ) {
if (ob.sculpt) {
MEM_delete(ob.sculpt->cache);
ob.sculpt->cache = nullptr;
}