From cb4abffef5f9b233f389c0143d64320161e0c12d Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 23 Nov 2021 12:34:01 -0500 Subject: [PATCH] fix indent --- core/src/processing/core/PApplet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 4552029aa..b5e8beb4d 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -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";