From 0ecfb51d2db0baedfe18d0da451ca264ec23ba1b Mon Sep 17 00:00:00 2001 From: Oliver Spohngellert Date: Thu, 25 Feb 2016 12:41:45 -0500 Subject: [PATCH] Fixed formatting --- Core/src/org/sleuthkit/autopsy/casemodule/LocalFilesPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/LocalFilesPanel.java b/Core/src/org/sleuthkit/autopsy/casemodule/LocalFilesPanel.java index 164eadd0cb..b4741d13f5 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/LocalFilesPanel.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/LocalFilesPanel.java @@ -326,7 +326,7 @@ class LocalFilesPanel extends JPanel { private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed String displayName = JOptionPane.showInputDialog("New Display Name: "); - if(displayName != null && !displayName.equals("")) { + if (displayName != null && !displayName.equals("")) { this.displayName = displayName; this.displayNameLabel.setText("Display Name: " + this.displayName); }