]> Git Repo - qemu.git/commitdiff
vl: Add a blank space between the variable and '='
authorKewei Yu <[email protected]>
Tue, 31 Dec 2013 10:36:08 +0000 (18:36 +0800)
committerMichael Tokarev <[email protected]>
Thu, 16 Jan 2014 11:23:41 +0000 (15:23 +0400)
Signed-off-by: Kewei Yu <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
vl.c

diff --git a/vl.c b/vl.c
index 7f4fe0d5df59b50f0635ffcb7fb222441035890d..2b478664a527e9681f9add2823265a7909befd9b 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -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;
This page took 0.029196 seconds and 4 git commands to generate.