mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-01-22 01:28:16 +01:00
Remove blank lines
This commit is contained in:
parent
d3b7a8cb52
commit
42e906cd67
1 changed files with 0 additions and 3 deletions
|
@ -137,8 +137,6 @@ libusb_device_handle* setup_libusb_access() {
|
||||||
return lvr_winusb;
|
return lvr_winusb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
libusb_device_handle *find_lvr_winusb() {
|
libusb_device_handle *find_lvr_winusb() {
|
||||||
libusb_device_handle *handle;
|
libusb_device_handle *handle;
|
||||||
|
|
||||||
|
@ -150,7 +148,6 @@ libusb_device_handle *find_lvr_winusb() {
|
||||||
return handle;
|
return handle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void ini_control_transfer(libusb_device_handle *dev) {
|
void ini_control_transfer(libusb_device_handle *dev) {
|
||||||
int r,i;
|
int r,i;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue