Remove trailing whitespace.

Change-Id: I95534bb2b88eaf48f2329282041118cd034c812b
diff --git a/include/nativehelper/JNIHelp.h b/include/nativehelper/JNIHelp.h
index 585d1c7..1c9f933 100644
--- a/include/nativehelper/JNIHelp.h
+++ b/include/nativehelper/JNIHelp.h
@@ -81,7 +81,7 @@
  */
 jobject jniCreateFileDescriptor(C_JNIEnv* env, int fd);
 
-/* 
+/*
  * Get an int file descriptor from a java.io.FileDescriptor
  */
 int jniGetFDFromFileDescriptor(C_JNIEnv* env, jobject fileDescriptor);
diff --git a/include/nativehelper/jni.h b/include/nativehelper/jni.h
index ad954c8..93349e0 100644
--- a/include/nativehelper/jni.h
+++ b/include/nativehelper/jni.h
@@ -124,10 +124,10 @@
     JNIWeakGlobalRefType = 3
 } jobjectRefType;
 
-typedef struct { 
-    const char* name; 
-    const char* signature; 
-    void*       fnPtr; 
+typedef struct {
+    const char* name;
+    const char* signature;
+    void*       fnPtr;
 } JNINativeMethod;
 
 struct _JNIEnv;
@@ -1037,7 +1037,7 @@
     void*       reserved0;
     void*       reserved1;
     void*       reserved2;
- 
+
     jint        (*DestroyJavaVM)(JavaVM*);
     jint        (*AttachCurrentThread)(JavaVM*, JNIEnv**, void*);
     jint        (*DetachCurrentThread)(JavaVM*);