examples: reformat testlibusb.c

convert from DOS to Unix text format
remove extra spaces at end of line
This commit is contained in:
Ludovic Rousseau 2017-07-12 16:54:44 +02:00
parent 32ef4335d4
commit a1cf206218
2 changed files with 273 additions and 274 deletions

View file

@ -233,7 +233,6 @@ static int print_device(libusb_device *dev, int level)
libusb_free_config_descriptor(config); libusb_free_config_descriptor(config);
} }
if (handle && desc.bcdUSB >= 0x0201) { if (handle && desc.bcdUSB >= 0x0201) {
print_bos(handle); print_bos(handle);
} }

View file

@ -1 +1 @@
#define LIBUSB_NANO 11208 #define LIBUSB_NANO 11209