style fix

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22258 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2007-09-19 21:43:42 +00:00
parent 633990282e
commit ef317e11d4
2 changed files with 2 additions and 3 deletions
@@ -266,8 +266,7 @@ init_driver(void) {
return B_ERROR;
/* get a handle for the isa bus */
if (get_module(B_ISA_MODULE_NAME, (module_info **)&isa_bus) != B_OK)
{
if (get_module(B_ISA_MODULE_NAME, (module_info **)&isa_bus) != B_OK) {
put_module(B_PCI_MODULE_NAME);
return B_ERROR;
}
@@ -293,7 +293,7 @@ find_device(const char *name)
void
uninit_driver(void)
uninit_driver(void)
{
/* free the driver data */
DELETE_BEN(pd->kernel);