Misc: Ensure all sources are UTF-8

* Also remove extra lines at the end of samples
This commit is contained in:
Pete Batard 2012-05-23 18:25:01 +01:00
parent cd87b6b1f1
commit a544e5972b
22 changed files with 28 additions and 31 deletions

View file

@ -1,6 +1,6 @@
/*
* libusbx example program to list devices on the bus
* Copyright © 2007 Daniel Drake <dsd@gentoo.org>
* Copyright © 2007 Daniel Drake <dsd@gentoo.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@ -61,4 +61,3 @@ int main(void)
libusb_exit(NULL);
return 0;
}