summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/Library/JsonLib/jansson_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'RedfishPkg/Library/JsonLib/jansson_config.h')
-rw-r--r--RedfishPkg/Library/JsonLib/jansson_config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/RedfishPkg/Library/JsonLib/jansson_config.h b/RedfishPkg/Library/JsonLib/jansson_config.h
index c66d3ced9b..2cde2cf0e0 100644
--- a/RedfishPkg/Library/JsonLib/jansson_config.h
+++ b/RedfishPkg/Library/JsonLib/jansson_config.h
@@ -16,26 +16,26 @@
///
/// We support long long on edk2
///
-#define JSON_INTEGER_IS_LONG_LONG 1
+#define JSON_INTEGER_IS_LONG_LONG 1
///
/// We don't support locale on edk2
///
-#define JSON_HAVE_LOCALECONV 0
+#define JSON_HAVE_LOCALECONV 0
///
/// We don't support atomic builtins on edk2
///
-#define JSON_HAVE_ATOMIC_BUILTINS 0
+#define JSON_HAVE_ATOMIC_BUILTINS 0
///
/// We don't support sync builtins on edk2
///
-#define JSON_HAVE_SYNC_BUILTINS 0
+#define JSON_HAVE_SYNC_BUILTINS 0
///
/// Mzximum deepth is set to 2048
///
-#define JSON_PARSER_MAX_DEPTH 2048
+#define JSON_PARSER_MAX_DEPTH 2048
#endif