[dpdk-dev] [RFC PATCH 06/14] build: reduce indentation in app build spec

Bruce Richardson bruce.richardson at intel.com
Thu Apr 1 16:05:48 CEST 2021


On Thu, Apr 01, 2021 at 03:32:14PM +0200, Thomas Monjalon wrote:
> 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',
> ]
> 

Not sure about changes of that magnitude. :-)

Will try and standardize on that on all lists for a V2.


More information about the dev mailing list