Code formating

This commit is contained in:
Laurent Clouet
2017-01-05 09:35:59 +01:00
parent 52e5f190c7
commit 2f00d7816d
12 changed files with 27 additions and 28 deletions

View File

@@ -65,7 +65,7 @@ public abstract class OS {
else if (os.contains("nix") || os.contains("nux")) {
return new Linux();
}
else if(os.contains("freebsd")){
else if (os.contains("freebsd")) {
return new FreeBSD();
}
else {

View File

@@ -185,7 +185,6 @@ public class Working implements Activity {
buttonsPanel.add(blockJob);
buttonsPanel.add(exitAfterFrame);
parent.getContentPane().setLayout(new GridBagLayout());
GridBagConstraints global_constraints = new GridBagConstraints();
global_constraints.fill = GridBagConstraints.HORIZONTAL;