tests/qtest/migration: Fix indentations
authorFabiano Rosas <farosas@suse.de>
Wed, 13 Nov 2024 19:46:09 +0000 (16:46 -0300)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 18 Nov 2024 12:36:39 +0000 (13:36 +0100)
commit19e566162cbac0fd2051b31636207a3c88192e2b
tree0577c422d765a245e2274135fee8c94f16c485d7
parentb2cc69997924b651c0c6f4037782e25f2e438715
tests/qtest/migration: Fix indentations

Select all the code and hit tab. I'll be moving functions around quite
a lot in the next patches, so make sure all indentation is correct
now.

Add parentheses around some expressions to preserve readability.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Message-ID: <20241113194630.3385-2-farosas@suse.de>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
tests/qtest/migration-helpers.c
tests/qtest/migration-test.c