mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
vbox: remove extra spaces from function headers
Also fix the curly brace to pass sytnax-check.
This commit is contained in:
parent
b31e4d00ec
commit
a3dd574a07
@ -150,7 +150,8 @@ static bool vboxGetDeviceDetails(const char *deviceName,
|
|||||||
PRUint32 storageBus,
|
PRUint32 storageBus,
|
||||||
PRInt32 *deviceInst,
|
PRInt32 *deviceInst,
|
||||||
PRInt32 *devicePort,
|
PRInt32 *devicePort,
|
||||||
PRInt32 *deviceSlot) {
|
PRInt32 *deviceSlot)
|
||||||
|
{
|
||||||
int total = 0;
|
int total = 0;
|
||||||
PRUint32 maxPortPerInst = 0;
|
PRUint32 maxPortPerInst = 0;
|
||||||
PRUint32 maxSlotPerPort = 0;
|
PRUint32 maxSlotPerPort = 0;
|
||||||
|
@ -626,7 +626,8 @@ static bool vboxGetDeviceDetails(const char *deviceName,
|
|||||||
PRUint32 storageBus,
|
PRUint32 storageBus,
|
||||||
PRInt32 *deviceInst,
|
PRInt32 *deviceInst,
|
||||||
PRInt32 *devicePort,
|
PRInt32 *devicePort,
|
||||||
PRInt32 *deviceSlot) {
|
PRInt32 *deviceSlot)
|
||||||
|
{
|
||||||
int total = 0;
|
int total = 0;
|
||||||
PRUint32 maxPortPerInst = 0;
|
PRUint32 maxPortPerInst = 0;
|
||||||
PRUint32 maxSlotPerPort = 0;
|
PRUint32 maxSlotPerPort = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user