Re: [Qemu-devel] [PATCH] virt: Fix broken indentation

2018-12-12 Thread Philippe Mathieu-Daudé
On 12/12/18 1:31 AM, Eduardo Habkost wrote: > I introduced indentation using tabs instead of spaces in another > commit. Peter reported the problem, and I failed to fix that > before sending my pull request. > > Reported-by: Peter Maydell > Fixes: 951597607696 ("virt: Eliminate separate instance

Re: [Qemu-devel] [PATCH] virt: Fix broken indentation

2018-12-12 Thread Thomas Huth
On 2018-12-12 01:31, Eduardo Habkost wrote: > I introduced indentation using tabs instead of spaces in another > commit. Peter reported the problem, and I failed to fix that > before sending my pull request. > > Reported-by: Peter Maydell > Fixes: 951597607696 ("virt: Eliminate separate instance

[Qemu-devel] [PATCH] virt: Fix broken indentation

2018-12-11 Thread Eduardo Habkost
I introduced indentation using tabs instead of spaces in another commit. Peter reported the problem, and I failed to fix that before sending my pull request. Reported-by: Peter Maydell Fixes: 951597607696 ("virt: Eliminate separate instance_init functions") Signed-off-by: Eduardo Habkost --- h