Discussion:
[edk2] [PATCH] MdePkg/ImageAuthentication.h: Fixed ARM toolchain error
Olivier Martin
2015-07-06 15:47:12 UTC
Permalink
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 <***@arm.com>
---
MdePkg/Include/Guid/ImageAuthentication.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MdePkg/Include/Guid/ImageAuthentication.h b/MdePkg/Include/Guid/ImageAuthentication.h
index 621a94f..c321383 100644
--- a/MdePkg/Include/Guid/ImageAuthentication.h
+++ b/MdePkg/Include/Guid/ImageAuthentication.h
@@ -349,4 +349,5 @@ extern EFI_GUID gEfiCertX509Sha384Guid;
extern EFI_GUID gEfiCertX509Sha512Guid;
extern EFI_GUID gEfiCertPkcs7Guid;

-#endif
\ No newline at end of file
+#endif
+
--
2.1.1
Olivier Martin
2015-07-14 15:14:00 UTC
Permalink
Any feedback on this simple change?
-----Original Message-----
Sent: 06 July 2015 16:47
Subject: [PATCH] MdePkg/ImageAuthentication.h: Fixed ARM toolchain
error
"last line of file ends without a newline"
Contributed-under: TianoCore Contribution Agreement 1.0
---
MdePkg/Include/Guid/ImageAuthentication.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MdePkg/Include/Guid/ImageAuthentication.h
b/MdePkg/Include/Guid/ImageAuthentication.h
index 621a94f..c321383 100644
--- a/MdePkg/Include/Guid/ImageAuthentication.h
+++ b/MdePkg/Include/Guid/ImageAuthentication.h
@@ -349,4 +349,5 @@ extern EFI_GUID gEfiCertX509Sha384Guid; extern
EFI_GUID gEfiCertX509Sha512Guid; extern EFI_GUID gEfiCertPkcs7Guid;
-#endif
\ No newline at end of file
+#endif
+
--
2.1.1
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
Kinney, Michael D
2015-07-14 15:56:02 UTC
Permalink
Oliver,

Reviewed-by: Michael Kinney <***@intel.com>

Mike

-----Original Message-----
From: Olivier Martin [mailto:***@arm.com]
Sent: Tuesday, July 14, 2015 8:14 AM
To: Kinney, Michael D; Gao, Liming
Cc: edk2-***@lists.sourceforge.net
Subject: RE: [PATCH] MdePkg/ImageAuthentication.h: Fixed ARM toolchain error

Any feedback on this simple change?
-----Original Message-----
Sent: 06 July 2015 16:47
Subject: [PATCH] MdePkg/ImageAuthentication.h: Fixed ARM toolchain
error
"last line of file ends without a newline"
Contributed-under: TianoCore Contribution Agreement 1.0
---
MdePkg/Include/Guid/ImageAuthentication.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MdePkg/Include/Guid/ImageAuthentication.h
b/MdePkg/Include/Guid/ImageAuthentication.h
index 621a94f..c321383 100644
--- a/MdePkg/Include/Guid/ImageAuthentication.h
+++ b/MdePkg/Include/Guid/ImageAuthentication.h
@@ -349,4 +349,5 @@ extern EFI_GUID gEfiCertX509Sha384Guid; extern
EFI_GUID gEfiCertX509Sha512Guid; extern EFI_GUID gEfiCertPkcs7Guid;
-#endif
\ No newline at end of file
+#endif
+
--
2.1.1
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
Loading...