summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.c
diff options
context:
space:
mode:
Diffstat (limited to 'RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.c')
-rw-r--r--RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.c b/RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.c
index 6d13256e83..5c51a8b295 100644
--- a/RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.c
+++ b/RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.c
@@ -34,11 +34,11 @@
**/
EFI_STATUS
RedfishContentEncode (
- IN CHAR8 *ContentEncodedValue,
- IN CHAR8 *OriginalContent,
- IN UINTN OriginalContentLength,
- OUT VOID **EncodedContentPointer,
- OUT UINTN *EncodedContentLength
+ IN CHAR8 *ContentEncodedValue,
+ IN CHAR8 *OriginalContent,
+ IN UINTN OriginalContentLength,
+ OUT VOID **EncodedContentPointer,
+ OUT UINTN *EncodedContentLength
)
{
return EFI_UNSUPPORTED;
@@ -70,11 +70,11 @@ RedfishContentEncode (
**/
EFI_STATUS
RedfishContentDecode (
- IN CHAR8 *ContentDecodedValue,
- IN VOID *ContentPointer,
- IN UINTN ContentLength,
- OUT VOID **DecodedContentPointer,
- OUT UINTN *DecodedContentLength
+ IN CHAR8 *ContentDecodedValue,
+ IN VOID *ContentPointer,
+ IN UINTN ContentLength,
+ OUT VOID **DecodedContentPointer,
+ OUT UINTN *DecodedContentLength
)
{
return EFI_UNSUPPORTED;