fix indent

This commit is contained in:
Ben Fry
2021-11-23 12:34:01 -05:00
parent ba63dc2f8c
commit cb4abffef5
+1 -1
View File
@@ -10250,7 +10250,7 @@ public class PApplet implements PConstants {
}
// TODO When disabling AWT for LWJGL or others, we need to figure out
// how to make Cmd-Q and the rest of this still work properly.
// how to make Cmd-Q and the rest of this still work properly.
if (platform == MACOS && !disableAWT) {
try {
final String td = "processing.core.ThinkDifferent";