01/04/2021 13:50, Bruce Richardson:
> As with the lib and drivers directories, we can use "continue" keyword to
> reduce the indentation level of the majority of the foreach block. At the
> same time, we can also replace tab indentation with spaces.
> 
> Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
> ---
> +    'pdump',
> +    'proc-info',
> +    'test-acl',
> +    'test-bbdev',
> +    'test-cmdline',
> +    'test-compress-perf',
> +    'test-crypto-perf',
> +    'test-eventdev',
> +    'test-fib',
> +    'test-flow-perf',
> +    'test-pipeline',
> +    'test-pmd',
> +    'test-regex',
> +    'test-sad']

Can we have an extra comma like this?

        'test-sad',
]



Reply via email to