From 2e728930aa6aaeff230bb60f36c8e39632399bcc Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Thu, 3 Dec 2015 08:51:27 +0000 Subject: 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 --- .../VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h | 2 +- .../VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'SecurityPkg/VariableAuthenticated') 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 -- cgit v1.2.3