qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH 1/1] Add a blank space between the variable and '='
@ 2013-12-31 10:36 Kewei Yu
  2014-01-16 10:50 ` Michael Tokarev
  0 siblings, 1 reply; 4+ messages in thread
From: Kewei Yu @ 2013-12-31 10:36 UTC (permalink / raw)
  To: aliguori, qemu-trivial; +Cc: qemu-devel

Signed-off-by: Kewei Yu <keweihk@gmail.com>
---
 vl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vl.c b/vl.c
index 7511e70..92dafa5 100644
--- a/vl.c
+++ b/vl.c
@@ -2922,7 +2922,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.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-17  5:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-31 10:36 [Qemu-trivial] [PATCH 1/1] Add a blank space between the variable and '=' Kewei Yu
2014-01-16 10:50 ` Michael Tokarev
2014-01-16 11:06   ` [Qemu-trivial] [Qemu-devel] " Peter Maydell
2014-01-17  5:46     ` Kewei Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).