]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: switch from while to for loop for chardev parsing
authorPavel Hrdina <phrdina@redhat.com>
Fri, 18 Aug 2017 15:12:59 +0000 (17:12 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 22 Aug 2017 15:28:40 +0000 (17:28 +0200)
commit7d0ff9430bfc03aaad83e28bd608725e0d970ea8
tree5d228202f1da77e92c29567aef8e9d46a6bf0412
parente90ba2541dc6aa17311e2c7685fc805c1eec8ade
conf: switch from while to for loop for chardev parsing

This removes one level of indentation.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/conf/domain_conf.c