Refactor `if (ale->type == ANIMTYPE_GROUP)` into `switch (ale->type)` with a single `case` filled out. This will make an upcoming commit cleaner, as it simply adds another case. No functional changes. Pull Request: https://projects.blender.org/blender/blender/pulls/127112