minor corrections to adhere contiki code style guidelines

This commit is contained in:
Giovanni `evilaliv3` Pellerano 2012-12-21 12:36:29 +01:00
parent aa07993d36
commit ee556dcf14
7 changed files with 47 additions and 47 deletions

View file

@ -96,7 +96,7 @@ configure(int type, int value)
{
switch (type) {
case SENSORS_ACTIVE:
if (value) {
if(value) {
if(!status(SENSORS_ACTIVE)) {
timer_set(&debouncetimer, 0);