From: xgu3 Date: Thu, 27 Jul 2006 08:13:32 +0000 (+0000) Subject: Someone lost a new line at the end of file, it causes GCC build error. X-Git-Tag: edk2-stable201903~24756 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=778cedfb9fa24da690335a50307171afbd1607c6;ds=sidebyside Someone lost a new line at the end of file, it causes GCC build error. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1116 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.c b/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.c index e48cf73235..8eac997fc7 100644 --- a/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.c +++ b/EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.c @@ -2171,4 +2171,4 @@ AtapiPassThruCheckErrorStatus ( return EFI_DEVICE_ERROR; -} \ No newline at end of file +}