Format code

This commit is contained in:
2025-01-18 15:18:49 +08:00
parent a0fa2c1249
commit ab565729e7
4 changed files with 25 additions and 22 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