]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_command.c: Fix whitespacing within for()
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Apr 2013 11:50:31 +0000 (13:50 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Apr 2013 11:52:49 +0000 (13:52 +0200)
commit01d5a972104a8e57d0401336fe04558701c3e8a5
tree252a2c8732544296c72ff1b2c2525cf6a6092bcc
parent6ddbabf938b01e4700758078943b016d7a18414d
qemu_command.c: Fix whitespacing within for()

After 9d6e56db the syntax-check was unhappy due to wrong whitespacing:

  src/qemu/qemu_command.c:1637: for ( ; a.slot < QEMU_PCI_ADDRESS_SLOT_LAST; a.slot++) {
  maint.mk: incorrect whitespace around brackets, see HACKING for rules
  make: *** [bracket-spacing-check] Error 1
src/qemu/qemu_command.c