Re: [PATCH] hw/display/cirrus_vga: Fix code mis-indentation

2020-06-05 Thread Gerd Hoffmann
On Fri, May 29, 2020 at 06:54:36PM +0200, Philippe Mathieu-Daudé wrote: > While replacing fprintf() by qemu_log_mask() in commit > 2b55f4d3504, we incorrectly used a 'tab = 4 spaces' > alignment, leading to misindented new code. Fix now. > > Reported-by: Peter Maydell > Signed-off-by: Philippe M

Re: [PATCH] hw/display/cirrus_vga: Fix code mis-indentation

2020-06-02 Thread Philippe Mathieu-Daudé
On 5/30/20 7:41 PM, Thomas Huth wrote: > On 29/05/2020 18.54, Philippe Mathieu-Daudé wrote: >> While replacing fprintf() by qemu_log_mask() in commit >> 2b55f4d3504, we incorrectly used a 'tab = 4 spaces' >> alignment, leading to misindented new code. Fix now. >> >> Reported-by: Peter Maydell >> S

Re: [PATCH] hw/display/cirrus_vga: Fix code mis-indentation

2020-05-30 Thread Thomas Huth
On 29/05/2020 18.54, Philippe Mathieu-Daudé wrote: > While replacing fprintf() by qemu_log_mask() in commit > 2b55f4d3504, we incorrectly used a 'tab = 4 spaces' > alignment, leading to misindented new code. Fix now. > > Reported-by: Peter Maydell > Signed-off-by: Philippe Mathieu-Daudé > --- >

[PATCH] hw/display/cirrus_vga: Fix code mis-indentation

2020-05-29 Thread Philippe Mathieu-Daudé
While replacing fprintf() by qemu_log_mask() in commit 2b55f4d3504, we incorrectly used a 'tab = 4 spaces' alignment, leading to misindented new code. Fix now. Reported-by: Peter Maydell Signed-off-by: Philippe Mathieu-Daudé --- hw/display/cirrus_vga.c | 6 +++--- 1 file changed, 3 insertions(+