A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.externaltools / src / net / sourceforge / phpdt / externaltools / preferences / PHPExternalToolsPreferencePage.java
index f730439..ec95211 100644 (file)
@@ -65,7 +65,7 @@ public class PHPExternalToolsPreferencePage extends PreferencePage implements
                externalParserSFE.load();
                new Label(composite, SWT.NONE);
 
-               composite.setLayout(new GridLayout(3,false));
+               composite.setLayout(new GridLayout(3, false));
                return composite;
        }
 }
\ No newline at end of file