qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PULL 11/11] vl: Add a blank space between the variab


From: Kewei Yu
Subject: Re: [Qemu-trivial] [PULL 11/11] vl: Add a blank space between the variable and '='
Date: Fri, 17 Jan 2014 14:04:43 +0800

Thanks, I will send patch with prefix to indicate which file of the codebase after this.

Regard
Kewei


2014/1/17 Michael Tokarev <address@hidden>
From: Kewei Yu <address@hidden>

Signed-off-by: Kewei Yu <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 vl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vl.c b/vl.c
index 7f4fe0d..2b47866 100644
--- 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;
--
1.7.10.4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]