Re: [PATCH 3/5] qemuBuildNumaCommandLine: Move vars into loops

2021-09-30 Thread Peter Krempa
On Tue, Sep 21, 2021 at 16:50:29 +0200, Michal Privoznik wrote: > There are two variables that are used only in a single > loop. Move their definitions into their respective blocks. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_command.c | 4 ++-- > 1 file changed, 2 insertions(+),

[PATCH 3/5] qemuBuildNumaCommandLine: Move vars into loops

2021-09-21 Thread Michal Privoznik
There are two variables that are used only in a single loop. Move their definitions into their respective blocks. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c