[dpdk-dev] [RFC PATCH 06/14] build: reduce indentation in app build spec
Thomas Monjalon
thomas at monjalon.net
Thu Apr 1 15:32:14 CEST 2021
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.richardson at 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',
]
More information about the dev
mailing list