A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ast / InnerTypeDeclaration.java
index cd375b7..c3ed7c9 100644 (file)
@@ -13,8 +13,8 @@ package net.sourceforge.phpdt.internal.compiler.ast;
 import net.sourceforge.phpdt.internal.compiler.CompilationResult;
 
 public class InnerTypeDeclaration extends TypeDeclaration {
-       
-       public InnerTypeDeclaration(CompilationResult compilationResult){
+
+       public InnerTypeDeclaration(CompilationResult compilationResult) {
                super(compilationResult);
-       }       
+       }
 }