From 778cedfb9fa24da690335a50307171afbd1607c6 Mon Sep 17 00:00:00 2001 From: xgu3 Date: Thu, 27 Jul 2006 08:13:32 +0000 Subject: [PATCH] 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 --- EdkModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.39.2