[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] qmp: clean out whitespace
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PATCH] qmp: clean out whitespace |
Date: |
Mon, 16 Jun 2014 16:05:26 +0300 |
qmp-commands.hx has some UTF8 space characters.
Replace with ascii whitespace.
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
qmp-commands.hx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qmp-commands.hx b/qmp-commands.hx
index bb34cd8..2009034 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -3569,7 +3569,7 @@ Example:
"format":"qcow2",
"virtual-size":2048000
}
- } } ] }
+ } } ] }
EQMP
--
MST
- [Qemu-devel] [PATCH] qmp: clean out whitespace,
Michael S. Tsirkin <=