Revision: 16996
http://sourceforge.net/p/edk2/code/16996
Author: hwu1225
Date: 2015-03-03 05:38:12 +0000 (Tue, 03 Mar 2015)
Log Message:
-----------
MdeModulePkg/FvSimpleFileSystemDxe: Fixed ARM compiler error
Some compilers requires an empty line at the end of the file.
ARM compiler version 5 is one of these compilers:
error #1-D: last line of file ends without a newline
(Sync patch r16918 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <[email protected]>
Reviewed-by: Feng Tian <[email protected]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/16918
Modified Paths:
--------------
branches/UDK2014.SP1/MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemInternal.h
Modified:
branches/UDK2014.SP1/MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemInternal.h
===================================================================
---
branches/UDK2014.SP1/MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemInternal.h
2015-03-03 05:37:27 UTC (rev 16995)
+++
branches/UDK2014.SP1/MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemInternal.h
2015-03-03 05:38:12 UTC (rev 16996)
@@ -619,4 +619,4 @@
extern EFI_COMPONENT_NAME_PROTOCOL gFvSimpleFileSystemComponentName;
extern EFI_COMPONENT_NAME2_PROTOCOL gFvSimpleFileSystemComponentName2;
-#endif
\ No newline at end of file
+#endif
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits