RedfishPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the RedfishPkg 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: Abner Chang <abner.chang@hpe.com>
This commit is contained in:
committed by
mergify[bot]
parent
5220bd211d
commit
39de741e2d
@@ -26,10 +26,10 @@
|
||||
//
|
||||
extern EFI_DRIVER_BINDING_PROTOCOL gRedfishConfigDriverBinding;
|
||||
|
||||
extern REDFISH_CONFIG_DRIVER_DATA gRedfishConfigData;
|
||||
extern EDKII_REDFISH_CREDENTIAL_PROTOCOL *gCredential;
|
||||
extern EFI_EVENT gEndOfDxeEvent;
|
||||
extern EFI_EVENT gExitBootServiceEvent;
|
||||
extern REDFISH_CONFIG_DRIVER_DATA gRedfishConfigData;
|
||||
extern EDKII_REDFISH_CREDENTIAL_PROTOCOL *gCredential;
|
||||
extern EFI_EVENT gEndOfDxeEvent;
|
||||
extern EFI_EVENT gExitBootServiceEvent;
|
||||
|
||||
/**
|
||||
Tests to see if this driver supports a given controller. If a child device is provided,
|
||||
@@ -151,9 +151,10 @@ RedfishConfigDriverBindingStart (
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
RedfishConfigDriverBindingStop (
|
||||
IN EFI_DRIVER_BINDING_PROTOCOL *This,
|
||||
IN EFI_HANDLE ControllerHandle,
|
||||
IN UINTN NumberOfChildren,
|
||||
IN EFI_HANDLE *ChildHandleBuffer OPTIONAL
|
||||
IN EFI_DRIVER_BINDING_PROTOCOL *This,
|
||||
IN EFI_HANDLE ControllerHandle,
|
||||
IN UINTN NumberOfChildren,
|
||||
IN EFI_HANDLE *ChildHandleBuffer OPTIONAL
|
||||
);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user