mirror of https://github.com/acidanthera/audk.git
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:
parent
ce3ecf1364
commit
2e728930aa
|
@ -204,4 +204,4 @@ typedef struct {
|
||||||
HASH_FINAL HashFinal;
|
HASH_FINAL HashFinal;
|
||||||
} HASH_TABLE;
|
} HASH_TABLE;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -621,4 +621,4 @@ GuidToString (
|
||||||
IN UINTN BufferSize
|
IN UINTN BufferSize
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -133,4 +133,4 @@ typedef struct {
|
||||||
EFI_HII_TIME RevocationTime; // The revocation time of the certificate
|
EFI_HII_TIME RevocationTime; // The revocation time of the certificate
|
||||||
} SECUREBOOT_CONFIGURATION;
|
} SECUREBOOT_CONFIGURATION;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue