提交 a3dd574a 编写于 作者: J Ján Tomko

vbox: remove extra spaces from function headers

Also fix the curly brace to pass sytnax-check.
上级 b31e4d00
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册