fix formatting

This commit is contained in:
root 2021-07-05 23:13:18 -05:00
parent 6e4613f1a1
commit b2e72b2912
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ void pulse_finish(void) {
return;
}
uint64_t delay = pulse_buffer[pulse_index];
if (delay < min_pulse ) {
if (delay < min_pulse) {
delay = min_pulse;
}