On Mon, Mar 04, 2019 at 03:16:29PM +0800, Wei Yang wrote: > The first one is suggested by Igor Mammedov to provide rule for multiline > code. > > The second is a trivial fix to make example code all indented with 4 spaces. > > v6: > * add ) for last example of function > v5: > * mostly address function variants > v4: > * one exception case for function > v3: > * fix typo in both changelog and example > v2: > * adjust Patch 1 as suggested by Eric > > Wei Yang (2): > CODING_STYLE: specify the indent rule for multiline code > CODING_STYLE: indent example code as all others > > CODING_STYLE | 47 +++++++++++++++++++++++++++++++++++++++++++---- > 1 file changed, 43 insertions(+), 4 deletions(-)
Reviewed-by: Stefano Garzarella <sgarz...@redhat.com> Thanks, Stefano