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
2014-01-16 15:23:41 +04:00
committed by Michael Tokarev
parent 3babcc8704
commit 2c02d1ad48
+1 -1
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;