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,
|
||||
PRInt32 *deviceInst,
|
||||
PRInt32 *devicePort,
|
||||
PRInt32 *deviceSlot) {
|
||||
PRInt32 *deviceSlot)
|
||||
{
|
||||
int total = 0;
|
||||
PRUint32 maxPortPerInst = 0;
|
||||
PRUint32 maxSlotPerPort = 0;
|
||||
|
@ -626,7 +626,8 @@ static bool vboxGetDeviceDetails(const char *deviceName,
|
||||
PRUint32 storageBus,
|
||||
PRInt32 *deviceInst,
|
||||
PRInt32 *devicePort,
|
||||
PRInt32 *deviceSlot) {
|
||||
PRInt32 *deviceSlot)
|
||||
{
|
||||
int total = 0;
|
||||
PRUint32 maxPortPerInst = 0;
|
||||
PRUint32 maxSlotPerPort = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user