]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ComponentName.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / ComponentName.h
index 14c1343d4c3f0b443b9f833fa646848fc4c99c23..46fa5e7ad8e5159817a396aa9e8f5db17d1d83a4 100644 (file)
@@ -19,8 +19,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
     0x107a772c, 0xd5e1, 0x11d4, {0x9a, 0x46, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \\r
   }\r
 \r
-typedef struct _EFI_COMPONENT_NAME_PROTOCOL  EFI_COMPONENT_NAME_PROTOCOL;\r
-\r
+typedef struct _EFI_COMPONENT_NAME_PROTOCOL EFI_COMPONENT_NAME_PROTOCOL;\r
 \r
 /**\r
   Retrieves a Unicode string that is the user-readable name of the EFI Driver.\r
@@ -52,7 +51,6 @@ EFI_STATUS
   OUT CHAR16                               **DriverName\r
   );\r
 \r
-\r
 /**\r
   Retrieves a Unicode string that is the user readable name of the controller\r
   that is being managed by an EFI Driver.\r
@@ -108,16 +106,16 @@ EFI_STATUS
 /// and controllers managed by UEFI Drivers.\r
 ///\r
 struct _EFI_COMPONENT_NAME_PROTOCOL {\r
-  EFI_COMPONENT_NAME_GET_DRIVER_NAME      GetDriverName;\r
-  EFI_COMPONENT_NAME_GET_CONTROLLER_NAME  GetControllerName;\r
+  EFI_COMPONENT_NAME_GET_DRIVER_NAME        GetDriverName;\r
+  EFI_COMPONENT_NAME_GET_CONTROLLER_NAME    GetControllerName;\r
   ///\r
   /// A Null-terminated ASCII string that contains one or more\r
   /// ISO 639-2 language codes. This is the list of language codes\r
   /// that this protocol supports.\r
   ///\r
-  CHAR8                                   *SupportedLanguages;\r
+  CHAR8                                     *SupportedLanguages;\r
 };\r
 \r
-extern EFI_GUID gEfiComponentNameProtocolGuid;\r
+extern EFI_GUID  gEfiComponentNameProtocolGuid;\r
 \r
 #endif\r