Re: [PATCH v2] coding-style: Use the same style in the 'struct option'

2022-11-22 Thread Michal Prívozník
On 11/22/22 02:50, Jiang Jiacheng wrote: > Use same style in the 'struct option' as: > struct option opt[] = { > { a, b }, > { a, b }, > ... > { a, b }, > }; > > diff to v1: > * use the same style in all the 'struct option' We usually put this ... > > Sig

[PATCH v2] coding-style: Use the same style in the 'struct option'

2022-11-21 Thread Jiang Jiacheng
Use same style in the 'struct option' as: struct option opt[] = { { a, b }, { a, b }, ... { a, b }, }; diff to v1: * use the same style in all the 'struct option' Signed-off-by: Jiang Jiacheng --- examples/c/domain/domtop.c | 10 +- examples/