commit | a128c309c914ccc2e742fb015320a554c9faf8b9 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri May 31 18:09:52 2024 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Jun 04 10:02:39 2024 +0200 |
tree | 8b7d6513fe655e0ff6fd4e8cd926cdf3190a488e | |
parent | eeb6198ee89692b65fc3bea45fb04d7a32cbe4a2 [diff] |
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>