Blender Git Loki
Git Commits -> Revision f82e52e
Revision f82e52e by Sybren A. Stüvel (master) July 3, 2020, 14:15 (GMT) |
Cleanup: Editors/Animation, Clang-Tidy else-after-return fixes This addresses warnings from Clang-Tidy's `readability-else-after-return` rule in the `source/blender/editors/animation` module. No functional changes. |
Commit Details:
Full Hash: f82e52ebc838b666c258090236f0323d0d4f6aee
Parent Commit: 17ba566
Lines Changed: +143, -205
12 Modified Paths:
/source/blender/editors/animation/anim_channels_defines.c (+20, -36) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+10, -14) (Diff)
/source/blender/editors/animation/anim_draw.c (+1, -3) (Diff)
/source/blender/editors/animation/anim_filter.c (+3, -5) (Diff)
/source/blender/editors/animation/anim_ipo_utils.c (+2, -1) (Diff)
/source/blender/editors/animation/anim_markers.c (+6, -11) (Diff)
/source/blender/editors/animation/drivers.c (+13, -17) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+15, -22) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+4, -12) (Diff)
/source/blender/editors/animation/keyframes_general.c (+1, -1) (Diff)
/source/blender/editors/animation/keyframing.c (+52, -59) (Diff)
/source/blender/editors/animation/keyingsets.c (+16, -24) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+10, -14) (Diff)
/source/blender/editors/animation/anim_draw.c (+1, -3) (Diff)
/source/blender/editors/animation/anim_filter.c (+3, -5) (Diff)
/source/blender/editors/animation/anim_ipo_utils.c (+2, -1) (Diff)
/source/blender/editors/animation/anim_markers.c (+6, -11) (Diff)
/source/blender/editors/animation/drivers.c (+13, -17) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+15, -22) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+4, -12) (Diff)
/source/blender/editors/animation/keyframes_general.c (+1, -1) (Diff)
/source/blender/editors/animation/keyframing.c (+52, -59) (Diff)
/source/blender/editors/animation/keyingsets.c (+16, -24) (Diff)