clang-format the files

This commit is contained in:
dota17
2020-04-03 11:39:30 +08:00
parent c117d8a8a8
commit 8b162c4b89
54 changed files with 2860 additions and 2713 deletions
+3 -3
View File
@@ -7,10 +7,10 @@
*/
#if !defined(HAVE_STRDUP) && defined(_MSC_VER)
/* MSC has the version as _strdup */
# define strdup _strdup
/* MSC has the version as _strdup */
#define strdup _strdup
#elif !defined(HAVE_STRDUP)
# error You do not have strdup on your system.
#error You do not have strdup on your system.
#endif /* HAVE_STRDUP */
#endif