mirror of
https://github.com/processing/processing4.git
synced 2026-02-19 21:35:55 +01:00
minor cleanup
This commit is contained in:
@@ -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 {");
|
||||
|
||||
Reference in New Issue
Block a user