]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
Make code definition alignment.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / FrameworkFormCallback.h
index e26c02aa5b5f2575c3c27a83ce814dcd18d4ebe8..8cc87d9052b67904f8f346f20daba51288c50e7a 100644 (file)
@@ -92,7 +92,7 @@ typedef struct {
 typedef union {\r
   EFI_IFR_DATA_ARRAY  DataArray;  ///< Primarily used by those who call back to their drivers and use HII as a repository\r
   EFI_IFR_PACKET      DataPacket; ///< Primarily used by those which do not use HII as a repository\r
-  CHAR16                        String[1];  ///< If returning an error - fill the string with null-terminated contents\r
+  CHAR16              String[1];  ///< If returning an error - fill the string with null-terminated contents\r
 } EFI_HII_CALLBACK_PACKET;\r
 \r
 typedef struct {\r