From a86e220096c4bebd1a40b651b740080cbd19f969 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 17 Oct 2017 23:09:17 -0400 Subject: [PATCH] fix minor spacing issue with indent --- core/src/processing/javafx/PSurfaceFX.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/javafx/PSurfaceFX.java b/core/src/processing/javafx/PSurfaceFX.java index 1b1843955..e9f8243d7 100644 --- a/core/src/processing/javafx/PSurfaceFX.java +++ b/core/src/processing/javafx/PSurfaceFX.java @@ -272,7 +272,7 @@ public class PSurfaceFX implements PSurface { displayDevice = devices[displayNum - 1]; } else { System.err.format("Display %d does not exist, " + - "using the default display instead.%n", displayNum); + "using the default display instead.%n", displayNum); for (int i = 0; i < devices.length; i++) { System.err.format("Display %d is %s%n", (i+1), devices[i]); }