fix(formatting): led.c

This commit is contained in:
2025-09-21 23:47:50 -04:00
parent ee2df36041
commit d92ca755bd

View File

@@ -70,7 +70,7 @@ static void
led_set('0', d);
/* wait for the condition to change */
while(d->rate == 0) {
while (d->rate == 0) {
if ((err = pthread_cond_wait(&cv, &mp)) != 0) {
log_fatal("pthread_cond_wait: %s", strerror(err));
pthread_exit(0);