mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 13:29:06 +08:00
clang-format the files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user