format code

This commit is contained in:
honfika@gmail.com
2014-11-08 00:14:11 +01:00
parent e6cd239cc7
commit c88b30997b
6 changed files with 115 additions and 125 deletions

View File

@@ -426,7 +426,7 @@ public final class ImagePanel extends JPanel implements ActionListener, MediaDis
}
return (double) w / (double) w1;
}
return 1;
}