Converted spaces to tabs to match formatting of existing code

This commit is contained in:
Noah Crocker 2015-06-02 21:30:45 -04:00
parent ca295709d5
commit 73fb47f2e5

View File

@ -80,7 +80,7 @@ public class ID3v2File extends Common {
bread += s.read(frame);
String framename = new String(frame, 0, 4);
int slen = b2be32(frame, 4);
slen = unsyncsafe(slen);
slen = unsyncsafe(slen);
/* Abort on silly sizes */
if(slen < 1 || slen > 524288)