Re: [PATCH net-next] tools: hv: Add clean up for included files in Ubuntu net config

From: David Miller
Date: Fri May 12 2017 - 12:20:32 EST


From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 12 May 2017 07:13:33 -0700

>
> + local fn
> + for fn in "${fnlist[@]}"
> + do
> awk "/$nic_end/{x=0} x{next} /$nic_start/{x=1;next} 1" $fn >$tmpfl
>
> cp $tmpfl $fn
> + done

Please indent the body of this loop properly.