More tab fixes

This commit is contained in:
Don Gagne
2014-06-29 13:55:55 -07:00
parent 33c20e15a2
commit 2448e2adbc
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -603,7 +603,7 @@ bool handle_command(struct vehicle_status_s *status, const struct safety_s *safe
// XXX TODO
}
return true;
return true;
}
int commander_thread_main(int argc, char *argv[])
+2 -2
View File
@@ -181,13 +181,13 @@ int gpio_led_main(int argc, char *argv[])
} else {
gpio_led_started = true;
warnx("start, using pin: %s", pin_name);
exit(0);
exit(0);
}
} else if (!strcmp(argv[1], "stop")) {
if (gpio_led_started) {
gpio_led_started = false;
warnx("stop");
exit(0);
exit(0);
} else {
errx(1, "not running");
}