mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix minor spacing issue with indent
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user