aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode
diff options
context:
space:
mode:
authorKerry She <kerry.she@amd.com>2011-06-01 02:00:30 +0000
committerKerry She <Kerry.She@amd.com>2011-06-01 02:00:30 +0000
commit76d53b22d393ca15d3c0eef8b2d37478000ae86c (patch)
tree1b133aea681110865af869a31d8cd915fc8dae21 /src/vendorcode
parent991f8808933a8b528108dcd48a029ebf40b05c6b (diff)
trivial remove blanks at the end of line
Signed-off-by: Kerry She <kerry.she@amd.com> Acked-by: Kerry She <kerry.she@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6614 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/amd/cimx/sb800/SATA.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/amd/cimx/sb800/SATA.c b/src/vendorcode/amd/cimx/sb800/SATA.c
index 5777d3adfe..1c0e7e695d 100644
--- a/src/vendorcode/amd/cimx/sb800/SATA.c
+++ b/src/vendorcode/amd/cimx/sb800/SATA.c
@@ -43,7 +43,7 @@
* ***************************************************************************
*
*/
-
+
#include "SBPLATFORM.h"
#include "cbtypes.h"
@@ -317,7 +317,7 @@ sataInitBeforePciEnum (
}
if ( ((pConfig->SataClass) == AHCI_MODE) || ((pConfig->SataClass) == IDE_TO_AHCI_MODE) ||
((pConfig->SataClass) == AHCI_MODE_4394) || ((pConfig->SataClass) == IDE_TO_AHCI_MODE_4394) ) {
- if ( pConfig->BuildParameters.SataAHCISsid != NULL ) {
+ if ( pConfig->BuildParameters.SataAHCISsid != NULL ) {
ddTempVar = pConfig->BuildParameters.SataAHCISsid;
}
}