From: Ard Biesheuvel Date: Thu, 3 Dec 2015 08:51:27 +0000 (+0000) Subject: SecurityPkg: put missing empty lines at the end of some header files X-Git-Tag: edk2-stable201903~8391 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=2e728930aa6aaeff230bb60f36c8e39632399bcc SecurityPkg: put missing empty lines at the end of some header files Some compilers (like RVCT) reject input files that do not end in a newline. So add missing newlines to some SecurityPkg header files. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Reviewed-by: Chao Zhang git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19107 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.h b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.h index b09ef8afd3..cff6076368 100644 --- a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.h +++ b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.h @@ -204,4 +204,4 @@ typedef struct { HASH_FINAL HashFinal; } HASH_TABLE; -#endif \ No newline at end of file +#endif diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h index 228f44bde8..bcb1c12e23 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h @@ -621,4 +621,4 @@ GuidToString ( IN UINTN BufferSize ); -#endif \ No newline at end of file +#endif diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h index b628bcb1f5..7aebc1f99e 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h @@ -133,4 +133,4 @@ typedef struct { EFI_HII_TIME RevocationTime; // The revocation time of the certificate } SECUREBOOT_CONFIGURATION; -#endif \ No newline at end of file +#endif