diff --git a/core/shared/platform/include/platform_api_extension.h b/core/shared/platform/include/platform_api_extension.h index 1e20ec495..5755f52cc 100644 --- a/core/shared/platform/include/platform_api_extension.h +++ b/core/shared/platform/include/platform_api_extension.h @@ -12,12 +12,12 @@ #include "platform_wasi_types.h" #else #include -#define __WASI_ESUCCESS (0) -#define __WASI_EINVAL (28) -#define __WASI_CLOCK_REALTIME (0) -#define __WASI_CLOCK_MONOTONIC (1) +#define __WASI_ESUCCESS (0) +#define __WASI_EINVAL (28) +#define __WASI_CLOCK_REALTIME (0) +#define __WASI_CLOCK_MONOTONIC (1) #define __WASI_CLOCK_PROCESS_CPUTIME_ID (2) -#define __WASI_CLOCK_THREAD_CPUTIME_ID (3) +#define __WASI_CLOCK_THREAD_CPUTIME_ID (3) #endif /**