Skip to content

Commit

Permalink
address coding style error
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyongh committed Oct 12, 2024
1 parent aee1c86 commit 3a623e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/shared/platform/windows/platform_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* winbase.h: warning C5105: macro expansion producing 'defined' has
* undefined behavior
*/
#pragma warning(disable: 5105)
#pragma warning(disable : 5105)
#include <inttypes.h>
#include <stdbool.h>
#include <assert.h>
Expand Down
2 changes: 1 addition & 1 deletion core/shared/platform/windows/win_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* winbase.h: warning C5105: macro expansion producing 'defined' has
* undefined behavior
*/
#pragma warning(disable: 5105)
#pragma warning(disable : 5105)
#include <windows.h>

__wasi_timestamp_t
Expand Down

0 comments on commit 3a623e6

Please sign in to comment.