Style cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -236,7 +236,7 @@ init_driver()
|
|||||||
};
|
};
|
||||||
|
|
||||||
gUSBModule->register_driver(DRIVER_NAME, gSupportedDevices,
|
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, ¬ifyHooks);
|
gUSBModule->install_notify(DRIVER_NAME, ¬ifyHooks);
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ init_driver()
|
|||||||
};
|
};
|
||||||
|
|
||||||
gUSBModule->register_driver(DRIVER_NAME, gSupportedDevices,
|
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, ¬ifyHooks);
|
gUSBModule->install_notify(DRIVER_NAME, ¬ifyHooks);
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user