From 65610d54b43290d722b318d5ff819e6b5af1bc3a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 4 Mar 2013 22:21:36 +0100 Subject: remove trailing whitespaces Change-Id: Ib6684fe00e063e150af30477fd704d9b3f029282 --- np_sdk/inc/npfunctions.h | 2 +- np_sdk/inc/nptypes.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'np_sdk') 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 -- cgit