[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/22] tests/qtest/migration: Fix indentations
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 01/22] tests/qtest/migration: Fix indentations |
Date: |
Wed, 6 Nov 2024 09:24:40 +0000 |
User-agent: |
Mutt/2.2.13 (2024-03-09) |
On Tue, Nov 05, 2024 at 03:08:16PM -0300, Fabiano Rosas wrote:
> 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.
>
> Signed-off-by: Fabiano Rosas <farosas@suse.de>
> ---
> tests/qtest/migration-helpers.c | 4 +--
> tests/qtest/migration-test.c | 56 ++++++++++++++++++---------------
> 2 files changed, 32 insertions(+), 28 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH 00/22] tests/qtest: migration-test refactoring, Fabiano Rosas, 2024/11/05
- [PATCH 01/22] tests/qtest/migration: Fix indentations, Fabiano Rosas, 2024/11/05
- Re: [PATCH 01/22] tests/qtest/migration: Fix indentations,
Daniel P . Berrangé <=
- [PATCH 02/22] tests/qtest/migration: Standardize hook names, Fabiano Rosas, 2024/11/05
- [PATCH 03/22] tests/qtest/migration: Stop calling everything "test", Fabiano Rosas, 2024/11/05
- [PATCH 04/22] tests/migration: Disambiguate guestperf vs. a-b, Fabiano Rosas, 2024/11/05
- [PATCH 05/22] tests/qtest/migration: Move bootfile code to its own file, Fabiano Rosas, 2024/11/05
- [PATCH 07/22] tests/qtest/migration: Rename migration-helpers.c, Fabiano Rosas, 2024/11/05