aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8237r/early_smbus.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-10-02 12:30:06 +0200
committerMartin Roth <martinroth@google.com>2016-10-07 18:09:06 +0200
commit9344bde4fedfa7caed35aaa45d25c7184edcf4ae (patch)
tree4099099a623d628b4419b57db9eeea101af2ef82 /src/southbridge/via/vt8237r/early_smbus.c
parent7d87e767b612fc39bfe9cc7dbd1e714dbf6597cf (diff)
src/southbridge: Remove unnecessary whitespace
Change-Id: Ibcac5dd60dc7da82bbeeb89ac445a5a1aa56ed3d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16852 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/southbridge/via/vt8237r/early_smbus.c')
-rw-r--r--src/southbridge/via/vt8237r/early_smbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8237r/early_smbus.c b/src/southbridge/via/vt8237r/early_smbus.c
index 23f5928e34..96a5c1b49d 100644
--- a/src/southbridge/via/vt8237r/early_smbus.c
+++ b/src/southbridge/via/vt8237r/early_smbus.c
@@ -347,7 +347,7 @@ int acpi_get_sleep_type(void)
tmp = inw(VT8237R_ACPI_IO_BASE + 0x04);
printk(BIOS_DEBUG, "%02x", tmp);
- return ((tmp & (7 << 10)) >> 10) == 1 ? 3 : 0 ;
+ return ((tmp & (7 << 10)) >> 10) == 1 ? 3 : 0;
}
#if defined(__GNUC__)