Skip to content

Commit 0823ad7

Browse files
committed
MP3File: style
1 parent b6a379f commit 0823ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-module/audiomp3/MP3Decoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ void common_hal_audiomp3_mp3file_set_file(audiomp3_mp3file_obj_t* self, pyb_file
246246
MP3FrameInfo fi;
247247
bool result = mp3file_get_next_frame_info(self, &fi);
248248
background_callback_end_critical_section();
249-
if(!result) {
249+
if (!result) {
250250
mp_raise_msg(&mp_type_RuntimeError,
251251
translate("Failed to parse MP3 file"));
252252
}

0 commit comments

Comments
 (0)