On Thu, Mar 22, 2018 at 11:22:10AM -0400, John Ferlan wrote:
Starting with commit id 'fab9d6e1' the formatting of:
{ "command-name", QEMU_CAPS_NAME },
was altered to:
{ "command-name", QEMU_CAPS_NAME},
and then commit id 'e2b05c9a' altered that to:
{ "command-name", QEMU_CAPS_NAME}
So, let's just fix that up to make things consistent with the
rest of the structures.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
Although I could say this was trivial, it does impact at least one
upstream series (query-cpus-fast), so rather than just take that route,
I figured it'd be better to give ample warning... I can also wait, but
that series propagates the middle format with the comma at the end.
Worst case is that the committer will have to adjust it when pushing.
src/qemu/qemu_capabilities.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
ACK
Jan