Two whitespace fixes
This commit is contained in:
parent
0a9f223eec
commit
d0b0137a95
|
@ -1031,8 +1031,7 @@ CloseDevice(DeviceIntPtr dev)
|
||||||
/**
|
/**
|
||||||
* Shut down all devices of one list and free all resources.
|
* Shut down all devices of one list and free all resources.
|
||||||
*/
|
*/
|
||||||
static
|
static void
|
||||||
void
|
|
||||||
CloseDeviceList(DeviceIntPtr *listHead)
|
CloseDeviceList(DeviceIntPtr *listHead)
|
||||||
{
|
{
|
||||||
/* Used to mark devices that we tried to free */
|
/* Used to mark devices that we tried to free */
|
||||||
|
|
Loading…
Reference in New Issue