From: Olivier Martin Date: Tue, 14 Jul 2015 16:07:02 +0000 (+0000) Subject: MdePkg/ImageAuthentication.h: Fixed ARM toolchain error X-Git-Tag: edk2-stable201903~9300 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=543cc44ea210609ee3d80c6d9d00503f7151ede0 MdePkg/ImageAuthentication.h: Fixed ARM toolchain error ARM Toolchain raised the error: "last line of file ends without a newline" Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin Reviewed-by: Michael Kinney git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17977 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/Guid/ImageAuthentication.h b/MdePkg/Include/Guid/ImageAuthentication.h index 621a94fd86..4f4296086d 100644 --- a/MdePkg/Include/Guid/ImageAuthentication.h +++ b/MdePkg/Include/Guid/ImageAuthentication.h @@ -349,4 +349,4 @@ extern EFI_GUID gEfiCertX509Sha384Guid; extern EFI_GUID gEfiCertX509Sha512Guid; extern EFI_GUID gEfiCertPkcs7Guid; -#endif \ No newline at end of file +#endif