Re: [PATCH 5/6] lib: Put some variable declarations on individual lines

2021-03-12 Thread Ján Tomko
On a Thursday in 2021, Michal Privoznik wrote: In short, virXXXPtr type is going away. With bing bang. And to s/bing/altavista/ help us rewrite the code with a sed script, it's better if each variable is declared on its own line. Signed-off-by: Michal Privoznik ---

[PATCH 5/6] lib: Put some variable declarations on individual lines

2021-03-11 Thread Michal Privoznik
In short, virXXXPtr type is going away. With bing bang. And to help us rewrite the code with a sed script, it's better if each variable is declared on its own line. Signed-off-by: Michal Privoznik --- src/bhyve/bhyve_command.c | 5 - src/bhyve/bhyve_driver.c