Fossil SCM
Replace some tabs with spaces.
Commit
21c76f1916f4158fe29764c77af82b0aaa80dbce580fcf97425ca765066710e2
Parent
cfe1e42f6f5b35d…
1 file changed
+7
-7
+7
-7
| --- extsrc/cson_amalgamation.c | ||
| +++ extsrc/cson_amalgamation.c | ||
| @@ -13,20 +13,20 @@ | ||
| 13 | 13 | #include <stddef.h> |
| 14 | 14 | |
| 15 | 15 | /* Windows DLL stuff */ |
| 16 | 16 | #ifdef JSON_PARSER_DLL |
| 17 | 17 | # ifdef _MSC_VER |
| 18 | -# ifdef JSON_PARSER_DLL_EXPORTS | |
| 19 | -# define JSON_PARSER_DLL_API __declspec(dllexport) | |
| 20 | -# else | |
| 21 | -# define JSON_PARSER_DLL_API __declspec(dllimport) | |
| 22 | -# endif | |
| 18 | +# ifdef JSON_PARSER_DLL_EXPORTS | |
| 19 | +# define JSON_PARSER_DLL_API __declspec(dllexport) | |
| 20 | +# else | |
| 21 | +# define JSON_PARSER_DLL_API __declspec(dllimport) | |
| 22 | +# endif | |
| 23 | 23 | # else |
| 24 | -# define JSON_PARSER_DLL_API | |
| 24 | +# define JSON_PARSER_DLL_API | |
| 25 | 25 | # endif |
| 26 | 26 | #else |
| 27 | -# define JSON_PARSER_DLL_API | |
| 27 | +# define JSON_PARSER_DLL_API | |
| 28 | 28 | #endif |
| 29 | 29 | |
| 30 | 30 | /* Determine the integer type use to parse non-floating point numbers */ |
| 31 | 31 | #ifdef _WIN32 |
| 32 | 32 | typedef __int64 JSON_int_t; |
| 33 | 33 |
| --- extsrc/cson_amalgamation.c | |
| +++ extsrc/cson_amalgamation.c | |
| @@ -13,20 +13,20 @@ | |
| 13 | #include <stddef.h> |
| 14 | |
| 15 | /* Windows DLL stuff */ |
| 16 | #ifdef JSON_PARSER_DLL |
| 17 | # ifdef _MSC_VER |
| 18 | # ifdef JSON_PARSER_DLL_EXPORTS |
| 19 | # define JSON_PARSER_DLL_API __declspec(dllexport) |
| 20 | # else |
| 21 | # define JSON_PARSER_DLL_API __declspec(dllimport) |
| 22 | # endif |
| 23 | # else |
| 24 | # define JSON_PARSER_DLL_API |
| 25 | # endif |
| 26 | #else |
| 27 | # define JSON_PARSER_DLL_API |
| 28 | #endif |
| 29 | |
| 30 | /* Determine the integer type use to parse non-floating point numbers */ |
| 31 | #ifdef _WIN32 |
| 32 | typedef __int64 JSON_int_t; |
| 33 |
| --- extsrc/cson_amalgamation.c | |
| +++ extsrc/cson_amalgamation.c | |
| @@ -13,20 +13,20 @@ | |
| 13 | #include <stddef.h> |
| 14 | |
| 15 | /* Windows DLL stuff */ |
| 16 | #ifdef JSON_PARSER_DLL |
| 17 | # ifdef _MSC_VER |
| 18 | # ifdef JSON_PARSER_DLL_EXPORTS |
| 19 | # define JSON_PARSER_DLL_API __declspec(dllexport) |
| 20 | # else |
| 21 | # define JSON_PARSER_DLL_API __declspec(dllimport) |
| 22 | # endif |
| 23 | # else |
| 24 | # define JSON_PARSER_DLL_API |
| 25 | # endif |
| 26 | #else |
| 27 | # define JSON_PARSER_DLL_API |
| 28 | #endif |
| 29 | |
| 30 | /* Determine the integer type use to parse non-floating point numbers */ |
| 31 | #ifdef _WIN32 |
| 32 | typedef __int64 JSON_int_t; |
| 33 |