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 / PHPSourceLookupParticipant.java
index d747466..59cdae3 100644 (file)
@@ -9,7 +9,7 @@ public class PHPSourceLookupParticipant extends AbstractSourceLookupParticipant
 
        public String getSourceName(Object object) throws CoreException {
                if (object instanceof XDebugStackFrame) {
-                       return ((XDebugStackFrame)object).getSourceName();
+                       return ((XDebugStackFrame) object).getSourceName();
                }
                return null;
        }