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:
Kewei Yu 2013-12-31 18:36:08 +08:00 committed by Michael Tokarev
parent 3babcc8704
commit 2c02d1ad48
1 changed files with 1 additions and 1 deletions

2
vl.c
View File

@ -2925,7 +2925,7 @@ int main(int argc, char **argv, char **envp)
bdrv_init_with_whitelist();
autostart= 1;
autostart = 1;
/* first pass of option parsing */
optind = 1;