summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2015-07-14 16:07:02 +0000
committeroliviermartin <oliviermartin@Edk2>2015-07-14 16:07:02 +0000
commit543cc44ea210609ee3d80c6d9d00503f7151ede0 (patch)
treefdfb4c301a56a58215c1ae7fbd1ffca41257d059 /MdePkg
parentc84f2b5cb0a13b4db86fd10b525e4f04ece264d9 (diff)
downloadedk2-platforms-543cc44ea210609ee3d80c6d9d00503f7151ede0.tar.xz
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 <olivier.martin@arm.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17977 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Guid/ImageAuthentication.h2
1 files changed, 1 insertions, 1 deletions
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