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 manipulate U.are.U 4000B fingerprint scanner.
* Copyright © 2007 Daniel Drake <dsd@gentoo.org>
* Copyright © 2007 Daniel Drake <dsd@gentoo.org>
*
* Basic image capture program only, does not consider the powerup quirks or
* the fact that image encryption may be enabled. Not expected to work
@ -542,4 +542,3 @@ out:
libusb_exit(NULL);
return r >= 0 ? r : -r;
}