Importing the XDebugProxy code in the HEAD. The repo was tagged with T_BEFORE_XDEBUGP...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.ui / src / net / sourceforge / phpeclipse / xdebug / ui / php / model / PHPBreakpointAdapterFactory.java
index 7defbc5..1124273 100644 (file)
@@ -13,7 +13,7 @@ public class PHPBreakpointAdapterFactory implements IAdapterFactory {
        }
 
        public Class[] getAdapterList() {
-               return new Class[] { IToggleBreakpointsTarget.class };
+               return new Class[]{IToggleBreakpointsTarget.class};
        }
 
 }