Format code

This commit is contained in:
2024-10-06 23:32:16 +08:00
parent 851914c8d0
commit 0886e53572
4 changed files with 16 additions and 17 deletions

View File

@@ -65,7 +65,7 @@ typedef size_t uc_hook;
#define UNICORN_DEPRECATED __declspec(deprecated)
#else
#pragma message( \
"WARNING: You need to implement UNICORN_DEPRECATED for this compiler")
"WARNING: You need to implement UNICORN_DEPRECATED for this compiler")
#define UNICORN_DEPRECATED
#endif