From: Olivier Martin Date: Wed, 25 Feb 2015 02:24:04 +0000 (+0000) Subject: MdeModulePkg/FvSimpleFileSystemDxe: Fixed ARM compiler error X-Git-Tag: edk2-stable201903~10249 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=inline;h=92141e17772f766960bb6984543d89af21ccfb21;p=mirror_edk2.git 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 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin Reviewed-by: Feng Tian git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16918 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemInternal.h b/MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemInternal.h index c8da5f68fd..495ba97a59 100644 --- a/MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemInternal.h +++ b/MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemInternal.h @@ -619,4 +619,4 @@ extern EFI_FILE_PROTOCOL mFileSystemTemplate; extern EFI_COMPONENT_NAME_PROTOCOL gFvSimpleFileSystemComponentName; extern EFI_COMPONENT_NAME2_PROTOCOL gFvSimpleFileSystemComponentName2; -#endif \ No newline at end of file +#endif