Skip to content

Commit f44bb82

Browse files
committed
Fix existing formatting error.
1 parent 3b30c4f commit f44bb82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/shared/platform/include/platform_api_extension.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
#include "platform_wasi_types.h"
1313
#else
1414
#include <wasi/api.h>
15-
#define __WASI_ESUCCESS (0)
16-
#define __WASI_EINVAL (28)
17-
#define __WASI_CLOCK_REALTIME (0)
18-
#define __WASI_CLOCK_MONOTONIC (1)
15+
#define __WASI_ESUCCESS (0)
16+
#define __WASI_EINVAL (28)
17+
#define __WASI_CLOCK_REALTIME (0)
18+
#define __WASI_CLOCK_MONOTONIC (1)
1919
#define __WASI_CLOCK_PROCESS_CPUTIME_ID (2)
20-
#define __WASI_CLOCK_THREAD_CPUTIME_ID (3)
20+
#define __WASI_CLOCK_THREAD_CPUTIME_ID (3)
2121
#endif
2222

2323
/**

0 commit comments

Comments
 (0)