提交 ab9a1459 编写于 作者: S Shi Lei 提交者: Michal Privoznik

src: fix incorrect indentation in function body by checking first line

Signed-off-by: NShi Lei <shi_lei@massclouds.com>
上级 37131ada
...@@ -2301,7 +2301,7 @@ qemuDomainAddressFindNewTargetIndex(virDomainDefPtr def) ...@@ -2301,7 +2301,7 @@ qemuDomainAddressFindNewTargetIndex(virDomainDefPtr def)
static int static int
qemuDomainAddressFindNewBusNr(virDomainDefPtr def) qemuDomainAddressFindNewBusNr(virDomainDefPtr def)
{ {
/* Try to find a nice default for busNr for a new pci-expander-bus. /* Try to find a nice default for busNr for a new pci-expander-bus.
* This is a bit tricky, since you need to satisfy the following: * This is a bit tricky, since you need to satisfy the following:
* *
* 1) There need to be enough unused bus numbers between busNr of this * 1) There need to be enough unused bus numbers between busNr of this
...@@ -2343,6 +2343,7 @@ qemuDomainAddressFindNewBusNr(virDomainDefPtr def) ...@@ -2343,6 +2343,7 @@ qemuDomainAddressFindNewBusNr(virDomainDefPtr def)
* buses within the current range allotted to the bus just prior to * buses within the current range allotted to the bus just prior to
* this one. * this one.
*/ */
size_t i; size_t i;
int lowestBusNr = 256; int lowestBusNr = 256;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册