Cleanup: indentation

This commit is contained in:
Laurent Clouet
2015-01-20 22:06:05 +01:00
parent e391f08f66
commit da5fbabb91
6 changed files with 16 additions and 16 deletions

View File

@@ -269,7 +269,7 @@ public class Worker {
if (ui_type.equals("oneline")) {
if (config.getPrintLog()) {
System.out.println("OneLine UI can not be used if verbose mode is enabled");
System.exit(2);
System.exit(2);
}
gui = new GuiTextOneLine();
}

View File

@@ -58,7 +58,7 @@ public class Working implements Activity {
statusContent.setVerticalAlignment(JLabel.TOP);
statusContent.setVerticalTextPosition(JLabel.TOP);
statusContent.setBounds(start_label_right, n, 600 -20 - start_label_right, size_height_label + sep - 3);
statusContent.setBounds(start_label_right, n, 600 - 20 - start_label_right, size_height_label + sep - 3);
parent.getContentPane().add(statusContent);
n += sep;