diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-12-03 08:51:27 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-12-03 08:51:27 +0000 |
commit | 2e728930aa6aaeff230bb60f36c8e39632399bcc (patch) | |
tree | 9901eef94d7f339c2fd3e80e56b8b29bf36dc5d1 /SecurityPkg | |
parent | ce3ecf13645cadf80aedbc02f7b9934598263854 (diff) | |
download | edk2-2e728930aa6aaeff230bb60f36c8e39632399bcc.tar.gz edk2-2e728930aa6aaeff230bb60f36c8e39632399bcc.tar.bz2 edk2-2e728930aa6aaeff230bb60f36c8e39632399bcc.zip |
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 <ard.biesheuvel@linaro.org>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19107 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg')
3 files changed, 3 insertions, 3 deletions
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
|