summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2010-03-18 12:43:34 +0000
committerPeter Stuge <peter@stuge.se>2010-03-18 12:43:34 +0000
commitb7d9c71fb3c15f1943ec9794504a43f9771e9389 (patch)
tree69d0670f09b7cd01038928ba235541542d23862a /libusb/libusb.h
parent8978ed4f59b2643ce9fe8adfe0be35595152c26e (diff)
downloadlibusb-b7d9c71fb3c15f1943ec9794504a43f9771e9389.tar.gz
removed trailing whitespaces (core)
Diffstat (limited to 'libusb/libusb.h')
-rw-r--r--libusb/libusb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h
index 0127d9f..6e34d28 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -32,7 +32,7 @@
#include <limits.h>
/* 'interface' might be defined as a macro on Windows, so we need to
- * undefine it so as not to break the current libusb API, because
+ * undefine it so as not to break the current libusb API, because
* libusb_config_descriptor has an 'interface' member
* As this can be problematic if you include windows.h after libusb.h
* in your sources, we force windows.h to be included first. */