Cleanup: Make Format

Just changes resulting from running make format.
This commit is contained in:
Harley Acheson
2024-04-10 18:34:52 -07:00
parent 5fcbbb5b42
commit 4e8cc76c2d

View File

@@ -1969,7 +1969,7 @@ void BKE_fcurve_deduplicate_keys(FCurve *fcu)
if (fcu->totvert < 2) {
return;
}
BLI_assert_msg(fcu->bezt, "this function only works with regular (non-sampled) FCurves");
if (fcu->bezt == nullptr) {
return;