qapi: Suppress unwanted space between type and identifier
commit05dfb26cd2bf3f50a0fbf08a68a3bd415301edc5
authorAmos Kong <akong@redhat.com>
Tue, 10 Jun 2014 11:25:53 +0000 (10 19:25 +0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 23 Jun 2014 15:01:24 +0000 (23 11:01 -0400)
tree20632f405ec37031d16ab1747627a8fede02daed
parent0d14eeb23325b6b1f0f9adce8baf7d1b415cba81
qapi: Suppress unwanted space between type and identifier

We always generate a space between type and identifier in parameter
and variable declarations, even when idiomatic C style doesn't have
a space there.  Suppress it.

Signed-off-by: Amos Kong <akong@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
scripts/qapi-commands.py
scripts/qapi.py