summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-13 09:35:40 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-13 09:35:40 +0000
commit33801c0c8e3c99211a8f5a5a04f15e4499711abc (patch)
treea153b56a14844e068e75824f15a0f6cb9adf456c /IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
parentaa2ebe0fa99175c68e60ae3b0a6eef562c9235d8 (diff)
downloadedk2-platforms-33801c0c8e3c99211a8f5a5a04f15e4499711abc.tar.xz
Make code definition alignment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8925 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h')
-rw-r--r--IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h b/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
index e26c02aa5b..8cc87d9052 100644
--- a/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
+++ b/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
@@ -92,7 +92,7 @@ typedef struct {
typedef union {
EFI_IFR_DATA_ARRAY DataArray; ///< Primarily used by those who call back to their drivers and use HII as a repository
EFI_IFR_PACKET DataPacket; ///< Primarily used by those which do not use HII as a repository
- CHAR16 String[1]; ///< If returning an error - fill the string with null-terminated contents
+ CHAR16 String[1]; ///< If returning an error - fill the string with null-terminated contents
} EFI_HII_CALLBACK_PACKET;
typedef struct {