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
This commit is contained in:
Ard Biesheuvel 2015-12-03 08:51:27 +00:00 committed by abiesheuvel
parent ce3ecf1364
commit 2e728930aa
3 changed files with 3 additions and 3 deletions

View File

@ -204,4 +204,4 @@ typedef struct {
HASH_FINAL HashFinal;
} HASH_TABLE;
#endif
#endif

View File

@ -621,4 +621,4 @@ GuidToString (
IN UINTN BufferSize
);
#endif
#endif

View File

@ -133,4 +133,4 @@ typedef struct {
EFI_HII_TIME RevocationTime; // The revocation time of the certificate
} SECUREBOOT_CONFIGURATION;
#endif
#endif