diff options
Diffstat (limited to 'libnativehelper/include/nativehelper/JNIHelp.h')
| -rw-r--r-- | libnativehelper/include/nativehelper/JNIHelp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libnativehelper/include/nativehelper/JNIHelp.h b/libnativehelper/include/nativehelper/JNIHelp.h index c45445c6a..aa98c2c95 100644 --- a/libnativehelper/include/nativehelper/JNIHelp.h +++ b/libnativehelper/include/nativehelper/JNIHelp.h @@ -20,8 +20,8 @@ * This file may be included by C or C++ code, which is trouble because jni.h * uses different typedefs for JNIEnv in each language. */ -#ifndef _NATIVEHELPER_JNIHELP_H -#define _NATIVEHELPER_JNIHELP_H +#ifndef NATIVEHELPER_JNIHELP_H_ +#define NATIVEHELPER_JNIHELP_H_ #include "jni.h" #include "cutils/log.h" @@ -189,4 +189,4 @@ inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowab _rc; }) #endif -#endif /*_NATIVEHELPER_JNIHELP_H*/ +#endif /* NATIVEHELPER_JNIHELP_H_ */ |
