diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 22:21:36 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 22:22:04 +0100 |
commit | 65610d54b43290d722b318d5ff819e6b5af1bc3a (patch) | |
tree | 75074f093b727abb0c5694fbde0c41fcf900c43e /np_sdk/inc | |
parent | 67942a8b68f8061f4bbeda023be9a586e636128f (diff) |
remove trailing whitespaces
Change-Id: Ib6684fe00e063e150af30477fd704d9b3f029282
Diffstat (limited to 'np_sdk/inc')
-rw-r--r-- | np_sdk/inc/npfunctions.h | 2 | ||||
-rw-r--r-- | np_sdk/inc/nptypes.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/np_sdk/inc/npfunctions.h b/np_sdk/inc/npfunctions.h index 64305334344b..9754567e67f5 100644 --- a/np_sdk/inc/npfunctions.h +++ b/np_sdk/inc/npfunctions.h @@ -217,7 +217,7 @@ typedef struct _NPNetscapeFuncs { * These can be called to retrieve MIME information from the plugin dynamically * * Note: For compatibility with Quicktime, BPSupportedMIMEtypes is another way - * to get mime info from the plugin only on OSX and may not be supported + * to get mime info from the plugin only on OSX and may not be supported * in future version -- use NP_GetMIMEDescription instead */ enum diff --git a/np_sdk/inc/nptypes.h b/np_sdk/inc/nptypes.h index d5faf5f4921c..63dcb0602b3b 100644 --- a/np_sdk/inc/nptypes.h +++ b/np_sdk/inc/nptypes.h @@ -69,7 +69,7 @@ #endif #elif defined(bsdi) || defined(FREEBSD) || defined(OPENBSD) /* - * BSD/OS, FreeBSD, and OpenBSD ship sys/types.h that define int32_t and + * BSD/OS, FreeBSD, and OpenBSD ship sys/types.h that define int32_t and * u_int32_t. */ #include <sys/types.h> |