]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: fix comma style issues: python
authorEric Blake <eblake@redhat.com>
Tue, 19 Nov 2013 22:16:27 +0000 (15:16 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 20 Nov 2013 16:14:55 +0000 (09:14 -0700)
commit1c324631fb316b020b8394224efb4690e5223c4d
tree86f9128a0726550809075a0b6da0ea0511bba3b3
parentc7c84fa54a61cc3de79ea451977202165aac0ecf
maint: fix comma style issues: python

Most of our code base uses space after comma but not before;
fix the remaining uses before adding a syntax check.

* python/libvirt-override.c: Consistently use commas.

Signed-off-by: Eric Blake <eblake@redhat.com>
python/libvirt-override.c