Re: [Xen-devel] [PATCH] CI: Fix indentation in containerize script

2019-03-25 Thread Wei Liu
On Fri, Mar 22, 2019 at 11:12:28AM +, Andrew Cooper wrote: > The script is mostly indented with spaces, but there are three tabs. Fix them > up to be consistent. > > No functional change. > > Signed-off-by: Andrew Cooper Acked-by: Wei Liu ___ X

[Xen-devel] [PATCH] CI: Fix indentation in containerize script

2019-03-22 Thread Andrew Cooper
The script is mostly indented with spaces, but there are three tabs. Fix them up to be consistent. No functional change. Signed-off-by: Andrew Cooper --- CC: Wei Liu CC: Doug Goldstein --- automation/scripts/containerize | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git