A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / launching / PHPSourceLookupDirector.java
index 85a3efa..b570c4b 100644 (file)
@@ -6,7 +6,7 @@ import org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant;
 public class PHPSourceLookupDirector extends AbstractSourceLookupDirector {
 
        public void initializeParticipants() {
-               addParticipants(new ISourceLookupParticipant[] {new PHPSourceLookupParticipant()});
+               addParticipants(new ISourceLookupParticipant[] { new PHPSourceLookupParticipant() });
        }
 
 }