Bad autoformat

This commit is contained in:
Adam
2016-06-18 18:15:33 -04:00
parent 7682370c4e
commit f3ce32cacc

View File

@@ -48,7 +48,7 @@ public class BZip2
private static final byte[] BZIP_HEADER = new byte[] private static final byte[] BZIP_HEADER = new byte[]
{ {
'B', 'Z', // magic 'B', 'Z', // magic
'h', // 'h' for Bzip2 ('H'uffman coding) 'h', // 'h' for Bzip2 ('H'uffman coding)
'1' // block size '1' // block size
}; };