Blender Git Loki
Git Commits -> Revision dee359e
Revision dee359e by Sybren A. Stüvel (master) August 7, 2020, 11:38 (GMT) |
Cleanup: IO, Clang-Tidy else-after-return fixes This addresses warnings from Clang-Tidy's `readability-else-after-return` rule in the `source/blender/io` module. No functional changes. |
Commit Details:
Full Hash: dee359e26e7dd6eb0b51594497d90421801ed877
Parent Commit: dbf4f52
Lines Changed: +127, -144
7 Modified Paths:
/source/blender/io/avi/intern/avi.c (+4, -6) (Diff)
/source/blender/io/avi/intern/avi_rgb.c (+22, -23) (Diff)
/source/blender/io/collada/AnimationExporter.cpp (+10, -11) (Diff)
/source/blender/io/collada/AnimationImporter.cpp (+79, -83) (Diff)
/source/blender/io/collada/BCAnimationCurve.cpp (+2, -3) (Diff)
/source/blender/io/collada/collada_utils.cpp (+10, -15) (Diff)
/source/blender/io/collada/DocumentImporter.cpp (+0, -3) (Diff)
/source/blender/io/avi/intern/avi_rgb.c (+22, -23) (Diff)
/source/blender/io/collada/AnimationExporter.cpp (+10, -11) (Diff)
/source/blender/io/collada/AnimationImporter.cpp (+79, -83) (Diff)
/source/blender/io/collada/BCAnimationCurve.cpp (+2, -3) (Diff)
/source/blender/io/collada/collada_utils.cpp (+10, -15) (Diff)
/source/blender/io/collada/DocumentImporter.cpp (+0, -3) (Diff)