A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / wizards / dialogfields / ITreeListAdapter.java
index 8aa130d..d4d186b 100644 (file)
@@ -16,15 +16,15 @@ import org.eclipse.swt.events.KeyEvent;
  * Change listener used by <code>TreeListDialogField</code>
  */
 public interface ITreeListAdapter {
-       
+
        /**
         * A button from the button bar has been pressed.
         */
        void customButtonPressed(TreeListDialogField field, int index);
-       
+
        /**
         * The selection of the list has changed.
-        */     
+        */
        void selectionChanged(TreeListDialogField field);
 
        /**