]> www.infradead.org Git - users/dwmw2/qemu.git/commit
accel/kvm: Fix two lines with hard-coded tabs
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 31 May 2024 17:09:52 +0000 (18:09 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 4 Jun 2024 08:02:39 +0000 (10:02 +0200)
commita128c309c914ccc2e742fb015320a554c9faf8b9
tree8b7d6513fe655e0ff6fd4e8cd926cdf3190a488e
parenteeb6198ee89692b65fc3bea45fb04d7a32cbe4a2
accel/kvm: Fix two lines with hard-coded tabs

In kvm-all.c, two lines have been accidentally indented with
hard-coded tabs rather than spaces. Normalise to match the rest
of the file.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-ID: <20240531170952.505323-1-peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
accel/kvm/kvm-all.c