summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-03 14:18:51 +0000
committerwdenk <wdenk>2005-04-03 14:18:51 +0000
commit59acc296d97b7262b64be8bc23b12c47b4fdd7e6 (patch)
treec723cb572140eb039cd921b992069fb84353067b /cpu
parent400558b561e2bdb47f87b96b3510dda0881a3662 (diff)
Minor cleanup
Diffstat (limited to 'cpu')
-rw-r--r--cpu/at91rm9200/i2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/at91rm9200/i2c.c b/cpu/at91rm9200/i2c.c
index 34a6f517b6..433dd32a23 100644
--- a/cpu/at91rm9200/i2c.c
+++ b/cpu/at91rm9200/i2c.c
@@ -118,8 +118,8 @@ i2c_probe(unsigned char chip)
}
int
-i2c_read(unsigned char chip, unsigned int addr, int alen,
- unsigned char *buffer, int len)
+i2c_read (unsigned char chip, unsigned int addr, int alen,
+ unsigned char *buffer, int len)
{
#ifdef CFG_I2C_EEPROM_ADDR_OVERFLOW
/* we only allow one address byte */