]> git.proxmox.com Git - mirror_qemu.git/commit
test/qtest: Fix coding style in device-plug-test.c
authorFabiano Rosas <farosas@suse.de>
Wed, 8 Feb 2023 19:46:54 +0000 (16:46 -0300)
committerThomas Huth <thuth@redhat.com>
Tue, 14 Feb 2023 08:11:27 +0000 (09:11 +0100)
commitca7d9f5f28770af787e11a0300d6ecb3883cbfaa
tree925a215900a191b03046d0daa5f29c036e195881
parenta2da5e2f306c1120dad66c4f2b8bb4084a225ac2
test/qtest: Fix coding style in device-plug-test.c

We should not mix declarations and statements in QEMU code.

Signed-off-by: Fabiano Rosas <farosas@suse.de>
Message-Id: <20230208194700.11035-7-farosas@suse.de>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/device-plug-test.c