A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.xml.ui / src / net / sourceforge / phpeclipse / xml / ui / internal / outline / XMLOutlineLabelProvider.java
index e895ce3..38fd25c 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Christopher Lenz - initial API and implementation
  * 
- * $Id: XMLOutlineLabelProvider.java,v 1.2 2005-05-06 00:55:42 stefanbjarni Exp $
+ * $Id: XMLOutlineLabelProvider.java,v 1.3 2006-10-21 23:14:14 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.xml.ui.internal.outline;
@@ -32,7 +32,7 @@ public class XMLOutlineLabelProvider extends LabelProvider {
        public Image getImage(Object element) {
                if (element instanceof IXMLElement) {
                        return XMLPlugin.getDefault().getImageRegistry().get(
-                               XMLPlugin.ICON_ELEMENT);
+                                       XMLPlugin.ICON_ELEMENT);
                }
                return null;
        }