Skip to content

Commit 3bb37ff

Browse files
committed
Fix code style
1 parent 30e2967 commit 3bb37ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/shared/utils/bh_platform.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
/* The epsilon value is from https://www.cplusplus.com/reference/cfloat/ */
3939

40-
#define WA_FLT_EPSILON 1e-5f
41-
#define WA_DBL_EPSILON 1e-9
40+
#define WA_FLT_EPSILON 1e-5f
41+
#define WA_DBL_EPSILON 1e-9
4242

4343
#endif /* #ifndef _BH_PLATFORM_H */

0 commit comments

Comments
 (0)