Uncrustify changes

This commit is contained in:
Antonio Lignan 2016-01-10 23:36:00 +01:00
parent d53a62187d
commit 48eb2a4fe2
2 changed files with 39 additions and 39 deletions

View File

@ -170,7 +170,7 @@ value(int type)
if(type == SHT25_VOLTAGE_ALARM) {
if(sht25_read_user_register() == SHT25_SUCCESS) {
return ((user_reg & SHT2x_LOW_VOLTAGE_MASK) >> SHT2x_LOW_VOLTAGE_SHIFT);
return (user_reg & SHT2x_LOW_VOLTAGE_MASK) >> SHT2x_LOW_VOLTAGE_SHIFT;
}
} else {
if(sht25_read(type, &val) == SHT25_SUCCESS) {