code formatting

This commit is contained in:
Jindra Pet��k
2013-01-20 21:00:59 +01:00
parent ec5714b3df
commit 932516ce3e
734 changed files with 230 additions and 1675 deletions
+2 -4
View File
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.jpexs.asdec;
import SevenZip.Compression.LZMA.Encoder;
@@ -194,9 +192,9 @@ public class SWF {
throw new IOException("Invalid SWF file");
}
version = is.read();
SWFInputStream sis = new SWFInputStream(is, version, 4);
SWFInputStream sis = new SWFInputStream(is, version, 4);
fileSize = sis.readUI32();
if (hdr[0] == 'C') {
sis = new SWFInputStream(new InflaterInputStream(is), version, 8);
compressed = true;