A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / viewsupport / IViewPartInputProvider.java
index 54764c8..137cd08 100644 (file)
@@ -4,10 +4,10 @@ package net.sourceforge.phpdt.internal.ui.viewsupport;
  * Interface common to all view parts that provide an input.
  */
 public interface IViewPartInputProvider {
-       
+
        /**
         * Returns the input.
-        *
+        * 
         * @return the input object
         */
        public Object getViewPartInput();