[Bf-blender-cvs] [43e84e3326c] master: Fix Change when re-running clang-format 7.

Bastien Montagne noreply at git.blender.org
Wed Apr 17 11:33:45 CEST 2019


Commit: 43e84e3326c34c54a4708a7bfd624926103401b2
Author: Bastien Montagne
Date:   Wed Apr 17 11:32:21 2019 +0200
Branches: master
https://developer.blender.org/rB43e84e3326c34c54a4708a7bfd624926103401b2

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.

===================================================================

M	source/blender/editors/animation/anim_filter.c

===================================================================

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 */



More information about the Bf-blender-cvs mailing list