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.
This commit is contained in:
Bastien Montagne 2019-04-17 11:32:21 +02:00
parent 1cb9612d73
commit 43e84e3326
1 changed files with 2 additions and 2 deletions

View File

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