Re: [PATCH v10 01/10] qemu-binfmt-conf.sh: enforce style consistency

2020-03-10 Thread Laurent Vivier
Le 09/03/2020 à 20:36, Unai Martinez Corral a écrit : > 2020/3/9 20:30, Eric Blake: > > On 3/9/20 2:18 PM, Unai Martinez-Corral wrote: > > Spaces are removed before '; then', for consistency with other scripts > > in the project. > > > > Signed-off-by: Unai Martinez-Corral >

Re: [PATCH v10 01/10] qemu-binfmt-conf.sh: enforce style consistency

2020-03-09 Thread Unai Martinez Corral
2020/3/9 20:30, Eric Blake: > On 3/9/20 2:18 PM, Unai Martinez-Corral wrote: > > Spaces are removed before '; then', for consistency with other scripts > > in the project. > > > > Signed-off-by: Unai Martinez-Corral > > Reviewed-by: Laurent Vivier > > Technically, since this change is different

Re: [PATCH v10 01/10] qemu-binfmt-conf.sh: enforce style consistency

2020-03-09 Thread Eric Blake
On 3/9/20 2:18 PM, Unai Martinez-Corral wrote: Spaces are removed before '; then', for consistency with other scripts in the project. Signed-off-by: Unai Martinez-Corral Reviewed-by: Laurent Vivier Technically, since this change is different than what Laurent previously reviewed, it might h

[PATCH v10 01/10] qemu-binfmt-conf.sh: enforce style consistency

2020-03-09 Thread Unai Martinez-Corral
Spaces are removed before '; then', for consistency with other scripts in the project. Signed-off-by: Unai Martinez-Corral Reviewed-by: Laurent Vivier --- scripts/qemu-binfmt-conf.sh | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/scripts