A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / util / DirectorySelector.java
index 91c24a3..8a686f7 100644 (file)
@@ -19,13 +19,13 @@ public class DirectorySelector extends ResourceSelector {
                        File path = new File(currentWorkingDir);
                        if (path.exists()) {
                                dialog.setFilterPath(currentWorkingDir);
-                       }                       
+                       }
                }
-               
+
                String selectedDirectory = dialog.open();
                if (selectedDirectory != null) {
                        textField.setText(selectedDirectory);
-               }               
+               }
        }
 
        protected String validateResourceSelection() {