]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IScsiDxe/IScsiAuthenticationInfo.c
NetworkPkg: Apply uncrustify changes
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiAuthenticationInfo.c
index aeff6461564f2afcf35f653f3b02ba332ca5b5a7..de62ae8dbdcfa0065a38eea9ee25db85aa05a795 100644 (file)
@@ -9,7 +9,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 \r
 #include "IScsiImpl.h"\r
 \r
-EFI_AUTHENTICATION_INFO_PROTOCOL gIScsiAuthenticationInfo = {\r
+EFI_AUTHENTICATION_INFO_PROTOCOL  gIScsiAuthenticationInfo = {\r
   IScsiGetAuthenticationInfo,\r
   IScsiSetAuthenticationInfo\r
 };\r
@@ -30,9 +30,9 @@ EFI_AUTHENTICATION_INFO_PROTOCOL gIScsiAuthenticationInfo = {
 EFI_STATUS\r
 EFIAPI\r
 IScsiGetAuthenticationInfo (\r
-  IN  EFI_AUTHENTICATION_INFO_PROTOCOL *This,\r
-  IN  EFI_HANDLE                       ControllerHandle,\r
-  OUT VOID                             **Buffer\r
+  IN  EFI_AUTHENTICATION_INFO_PROTOCOL  *This,\r
+  IN  EFI_HANDLE                        ControllerHandle,\r
+  OUT VOID                              **Buffer\r
   )\r
 {\r
   return EFI_DEVICE_ERROR;\r