fix minor spacing issue with indent

This commit is contained in:
Ben Fry
2017-10-17 23:09:17 -04:00
parent 8b9b976d67
commit a86e220096
+1 -1
View File
@@ -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]);
}