Fix existing formatting error.

This commit is contained in:
Rob Blanckaert 2025-09-20 13:04:49 -07:00
parent 2e272ebdd5
commit 31584b6aed

View File

@ -12,12 +12,12 @@
#include "platform_wasi_types.h"
#else
#include <wasi/api.h>
#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
/**