Skip to content

Commit 00628a7

Browse files
committed
MP3File: whitespace
1 parent 02154ca commit 00628a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-module/audiomp3/MP3File.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ STATIC bool mp3file_get_next_frame_info(audiomp3_mp3file_obj_t* self, MP3FrameIn
145145
do {
146146
err = MP3GetNextFrameInfo(self->decoder, fi, READ_PTR(self));
147147
if (err == ERR_MP3_NONE) {
148-
break;
148+
break;
149149
}
150150
CONSUME(self, 1);
151151
mp3file_find_sync_word(self);

0 commit comments

Comments
 (0)