Cleanup: remove redundant parenthesis

This commit is contained in:
2021-08-05 16:48:29 +10:00
parent d8582d966f
commit f5acfd9c04
48 changed files with 95 additions and 95 deletions

View File

@@ -1335,7 +1335,7 @@ void blo_do_versions_pre250(FileData *fd, Library *lib, Main *bmain)
ME_OPT_EDGES = (1 << 8),
};
if ((me->flag & ME_SUBSURF)) {
if (me->flag & ME_SUBSURF) {
SubsurfModifierData *smd = (SubsurfModifierData *)BKE_modifier_new(
eModifierType_Subsurf);