Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2019-04-17 12:32:21 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-04-17 12:32:21 +0300
commit43e84e3326c34c54a4708a7bfd624926103401b2 (patch)
treedeb32f62c6b2570045a040adc986d22d19872bf5 /source/blender/editors
parent1cb9612d736f8513d7d4cfc01da6c4e386efcc4f (diff)
Fix Change when re-running clang-format 7.
This was the only broken case for me, hopefully we have nailed all of those down now.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/animation/anim_filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index 57ea5ad81f5..2687183166b 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -2597,7 +2597,7 @@ static size_t animdata_filter_ds_obanim(
/* determine the type of expander channels to use */
/* this is the best way to do this for now... */
ANIMDATA_FILTER_CASES(
- ob,
+ ob, /* Some useless long comment to prevent wrapping by old clang-format versions... */
{/* AnimData - no channel, but consider data */},
{/* NLA - no channel, but consider data */},
{ /* Drivers */
@@ -2769,7 +2769,7 @@ static size_t animdata_filter_ds_scene(
/* determine the type of expander channels to use */
// this is the best way to do this for now...
ANIMDATA_FILTER_CASES(
- sce,
+ sce, /* Some useless long comment to prevent wrapping by old clang-format versions... */
{/* AnimData - no channel, but consider data */},
{/* NLA - no channel, but consider data */},
{ /* Drivers */