minor cleanup

This commit is contained in:
benfry
2007-07-14 17:36:44 +00:00
parent 92e79850a6
commit 54f218c526

View File

@@ -442,10 +442,7 @@ public class PdePreprocessor {
//}
if (programType < JAVA) {
if (pretty) {
// get a blank line in there
out.println();
}
if (pretty) out.println();
// open the class definition
out.print("public class " + className + " extends PApplet {");