No functional changes. `ANIM_get_normalization_flags` had the argument type of `bAnimContext *`. That made it more difficult than it needs to be to reuse that function. Pass a `SpaceLink *` instead since that is what the function actually uses. Pull Request: https://projects.blender.org/blender/blender/pulls/114676