diff --git a/third_party/musl/ndk_musl_include/sys/cdefs.h b/third_party/musl/ndk_musl_include/sys/cdefs.h index 84b7915ce7b8a5589f3f2d0de8fd9c3067eeb6bc..f8ce3d2b805f525272308d660cf373ca28d83482 100644 --- a/third_party/musl/ndk_musl_include/sys/cdefs.h +++ b/third_party/musl/ndk_musl_include/sys/cdefs.h @@ -41,10 +41,10 @@ #define __BEGIN_EXTERN_C extern "C" { #define __END_EXTERN_C } #ifndef __BEGIN_DECLS -#define __BEGIN_DECLS extern "C" { +#define __BEGIN_DECLS extern "C" { #endif #ifndef __END_DECLS -#define __END_DECLS } +#define __END_DECLS } #endif #else #define __BEGIN_EXTERN_C @@ -53,7 +53,7 @@ #define __BEGIN_DECLS #endif #ifndef __END_DECLS -#define __END_DECLS +#define __END_DECLS #endif #endif