mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
vl: Add a blank space between the variable and '='
Signed-off-by: Kewei Yu <keweihk@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
3babcc8704
commit
2c02d1ad48
1 changed files with 1 additions and 1 deletions
2
vl.c
2
vl.c
|
@ -2925,7 +2925,7 @@ int main(int argc, char **argv, char **envp)
|
||||||
|
|
||||||
bdrv_init_with_whitelist();
|
bdrv_init_with_whitelist();
|
||||||
|
|
||||||
autostart= 1;
|
autostart = 1;
|
||||||
|
|
||||||
/* first pass of option parsing */
|
/* first pass of option parsing */
|
||||||
optind = 1;
|
optind = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue