Cleanup: make format
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user