summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-01-14 12:57:07 +0000
committerPete Batard <pbatard@gmail.com>2010-01-14 12:57:07 +0000
commite45233574257f5ffd409e830c0d1d32fc6b37d81 (patch)
tree4fed47145a1c04e8bd41ac5af11e448d87ea9e88 /libusb/libusb.h
parent6cc0e6afc4ee0f66ff355ec76bee4f1828118b6e (diff)
downloadlibusb-e45233574257f5ffd409e830c0d1d32fc6b37d81.tar.gz
Fix CR/LF inconsistencies
Diffstat (limited to 'libusb/libusb.h')
-rw-r--r--libusb/libusb.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h
index 7070898..1fa01ac 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -36,13 +36,13 @@
extern "C" {
#endif
-/** \def libusb_cpu_to_le16
- * \ingroup misc
- * Convert a 16-bit value from host-endian to little-endian format. On
- * little endian systems, this function does nothing. On big endian systems,
- * the bytes are swapped.
- * \param x the host-endian value to convert
- * \returns the value in little-endian byte order
+/** \def libusb_cpu_to_le16
+ * \ingroup misc
+ * Convert a 16-bit value from host-endian to little-endian format. On
+ * little endian systems, this function does nothing. On big endian systems,
+ * the bytes are swapped.
+ * \param x the host-endian value to convert
+ * \returns the value in little-endian byte order
*/
static inline uint16_t libusb_cpu_to_le16(uint16_t x) {
union {