]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/FvSimpleFileSystemDxe: Fixed ARM compiler error
authorOlivier Martin <olivier.martin@arm.com>
Wed, 25 Feb 2015 02:24:04 +0000 (02:24 +0000)
committererictian <erictian@Edk2>
Wed, 25 Feb 2015 02:24:04 +0000 (02:24 +0000)
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

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16918 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemInternal.h

index c8da5f68fd3037e2ce115ef7a43faae37c8be731..495ba97a59dae8466c2bb8f30f1ab1dd6eeb8cad 100644 (file)
@@ -619,4 +619,4 @@ extern EFI_FILE_PROTOCOL               mFileSystemTemplate;
 extern EFI_COMPONENT_NAME_PROTOCOL     gFvSimpleFileSystemComponentName;\r
 extern EFI_COMPONENT_NAME2_PROTOCOL    gFvSimpleFileSystemComponentName2;\r
 \r
-#endif
\ No newline at end of file
+#endif\r