Style cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2010-06-15 19:12:29 +00:00
parent 8345d7559d
commit 945ca4378b
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ init_driver()
};
gUSBModule->register_driver(DRIVER_NAME, gSupportedDevices,
sizeof(gSupportedDevices)/sizeof(usb_support_descriptor), NULL);
sizeof(gSupportedDevices) / sizeof(usb_support_descriptor), NULL);
gUSBModule->install_notify(DRIVER_NAME, &notifyHooks);
return B_OK;
}

View File

@ -195,7 +195,7 @@ init_driver()
};
gUSBModule->register_driver(DRIVER_NAME, gSupportedDevices,
sizeof(gSupportedDevices)/sizeof(usb_support_descriptor), NULL);
sizeof(gSupportedDevices) / sizeof(usb_support_descriptor), NULL);
gUSBModule->install_notify(DRIVER_NAME, &notifyHooks);
return B_OK;
}