]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Remove a redundant model/address-type check in mdev post parse
authorErik Skultety <eskultet@redhat.com>
Fri, 25 May 2018 07:47:03 +0000 (09:47 +0200)
committerErik Skultety <eskultet@redhat.com>
Mon, 9 Jul 2018 15:45:19 +0000 (17:45 +0200)
commit57e78a9ebb0291eeb69abde516bce8e686ff6610
tree57072752fd0ec2ed87f3882a3c5f2759b60dc414
parente11515ef8d77bb93b2c830c716e3b7ce65386907
conf: Remove a redundant model/address-type check in mdev post parse

It's pointless to check the same thing multiple times.
Fix the indentation along the way too.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_conf.c