mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 13:13:00 +00:00
Fixed code style
This commit is contained in:
@@ -98,7 +98,7 @@ public final class BinaryPanel extends JPanel {
|
||||
hexEditor.setData(data, null, null);
|
||||
boolean isSwfData = binaryData.isSwfData();
|
||||
if (isSwfData) {
|
||||
swfOrPackedDataInsideLabel.setText(AppStrings.translate("binarydata.swfInside"));
|
||||
swfOrPackedDataInsideLabel.setText(AppStrings.translate("binarydata.swfInside"));
|
||||
} else {
|
||||
binaryData.detectPacker();
|
||||
if (binaryData.getUsedPacker() != null) {
|
||||
|
||||
Reference in New Issue
Block a user