Skip to content

Commit a2b2203

Browse files
committed
Fix formatting issue
1 parent 760e8c7 commit a2b2203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void common_hal_audiopwmio_pwmaudioout_play(audiopwmio_pwmaudioout_obj_t *self,
130130
if (self->dma.channel[0] < NUM_DMA_CHANNELS) {
131131
if (common_hal_audiopwmio_pwmaudioout_get_playing(self)) {
132132
common_hal_audiopwmio_pwmaudioout_stop(self);
133-
}
133+
}
134134
}
135135

136136
// TODO: Share pacing timers based on frequency.

0 commit comments

Comments
 (0)