Reindent files using spaces

This commit is contained in:
Tim Crawford
2021-03-09 14:00:13 -07:00
committed by Jeremy Soller
parent 720af4b2b0
commit 4963e04a83
10 changed files with 167 additions and 167 deletions

View File

@@ -80,7 +80,7 @@ int i2c_start(struct I2C * i2c, uint8_t addr, bool read) __reentrant {
*(i2c->trasla) = (addr << 1) | read;
}
return 0;
return 0;
}
void i2c_stop(struct I2C * i2c) {

View File

@@ -72,7 +72,7 @@ int i2c_start(struct I2C * i2c, uint8_t addr, bool read) __reentrant {
*(i2c->trasla) = (addr << 1) | read;
}
return 0;
return 0;
}
void i2c_stop(struct I2C * i2c) {