]> git.ipfire.org Git - thirdparty/qemu.git/commit
scripts/checkpatch.pl: fix various indentation mistakes
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 12 May 2025 17:11:58 +0000 (18:11 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 22 May 2025 10:24:41 +0000 (11:24 +0100)
commit619bf37594e362131f12b42888e6a35ddee488e0
tree87db6a18c55c03f186cea1a74b73911bae6604bd
parent66411ab48b3676894903148406db12a446445adc
scripts/checkpatch.pl: fix various indentation mistakes

Various checks in the code were under-indented relative to other
surrounding code. Some places used 4-space indents instead of
single tab, while other places simply used too few tabs.

Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
scripts/checkpatch.pl