]> git.proxmox.com Git - mirror_qemu.git/commit
virt: Fix broken indentation
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 14 Dec 2018 13:30:55 +0000 (13:30 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Dec 2018 13:30:55 +0000 (13:30 +0000)
commitbbac02f1e8edfd0663543f6fdad1e7094d860b29
tree22eb0cf69c80ee2718e7715868874346706eb91a
parent397cd31f01228c42d32261a6db3ead140cac8a7c
virt: Fix broken indentation

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 <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20181212003147.29604-1-ehabkost@redhat.com
Fixes: 951597607696 ("virt: Eliminate separate instance_init functions")
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c