NetworkPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the NetworkPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
2f88bd3a12
commit
d1050b9dff
@@ -11,13 +11,12 @@
|
||||
#ifndef __EFI_HTTP_IMPL_H__
|
||||
#define __EFI_HTTP_IMPL_H__
|
||||
|
||||
#define HTTP_DEFAULT_PORT 80
|
||||
#define HTTP_END_OF_HDR_STR "\r\n\r\n"
|
||||
#define HTTP_CRLF_STR "\r\n"
|
||||
#define HTTP_VERSION_STR HTTP_VERSION
|
||||
#define HTTP_VERSION_CRLF_STR " HTTP/1.1\r\n"
|
||||
#define HTTP_ERROR_OR_NOT_SUPPORT_STATUS_CODE 300
|
||||
|
||||
#define HTTP_DEFAULT_PORT 80
|
||||
#define HTTP_END_OF_HDR_STR "\r\n\r\n"
|
||||
#define HTTP_CRLF_STR "\r\n"
|
||||
#define HTTP_VERSION_STR HTTP_VERSION
|
||||
#define HTTP_VERSION_CRLF_STR " HTTP/1.1\r\n"
|
||||
#define HTTP_ERROR_OR_NOT_SUPPORT_STATUS_CODE 300
|
||||
|
||||
/**
|
||||
Returns the operational parameters for the current HTTP child instance.
|
||||
@@ -45,8 +44,8 @@
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
EfiHttpGetModeData (
|
||||
IN EFI_HTTP_PROTOCOL *This,
|
||||
OUT EFI_HTTP_CONFIG_DATA *HttpConfigData
|
||||
IN EFI_HTTP_PROTOCOL *This,
|
||||
OUT EFI_HTTP_CONFIG_DATA *HttpConfigData
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -83,8 +82,8 @@ EfiHttpGetModeData (
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
EfiHttpConfigure (
|
||||
IN EFI_HTTP_PROTOCOL *This,
|
||||
IN EFI_HTTP_CONFIG_DATA *HttpConfigData
|
||||
IN EFI_HTTP_PROTOCOL *This,
|
||||
IN EFI_HTTP_CONFIG_DATA *HttpConfigData
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -116,8 +115,8 @@ EfiHttpConfigure (
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
EfiHttpRequest (
|
||||
IN EFI_HTTP_PROTOCOL *This,
|
||||
IN EFI_HTTP_TOKEN *Token
|
||||
IN EFI_HTTP_PROTOCOL *This,
|
||||
IN EFI_HTTP_TOKEN *Token
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -144,8 +143,8 @@ EfiHttpRequest (
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
EfiHttpCancel (
|
||||
IN EFI_HTTP_PROTOCOL *This,
|
||||
IN EFI_HTTP_TOKEN *Token
|
||||
IN EFI_HTTP_PROTOCOL *This,
|
||||
IN EFI_HTTP_TOKEN *Token
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -198,8 +197,8 @@ EfiHttpCancel (
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
EfiHttpResponse (
|
||||
IN EFI_HTTP_PROTOCOL *This,
|
||||
IN EFI_HTTP_TOKEN *Token
|
||||
IN EFI_HTTP_PROTOCOL *This,
|
||||
IN EFI_HTTP_TOKEN *Token
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -225,7 +224,7 @@ EfiHttpResponse (
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
EfiHttpPoll (
|
||||
IN EFI_HTTP_PROTOCOL *This
|
||||
IN EFI_HTTP_PROTOCOL *This
|
||||
);
|
||||
|
||||
extern EFI_HTTP_PROTOCOL mEfiHttpTemplate;
|
||||
|
Reference in New Issue
Block a user