1
0

vbox: remove extra spaces from function headers

Also fix the curly brace to pass sytnax-check.
This commit is contained in:
Ján Tomko 2016-02-09 12:34:13 +01:00
parent b31e4d00ec
commit a3dd574a07
2 changed files with 18 additions and 16 deletions

View File

@ -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;

View File

@ -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;