1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

indentation?

This commit is contained in:
Alain Magloire 2002-09-07 14:45:09 +00:00
parent 035aac8223
commit 3a354aa289

View file

@ -25,6 +25,7 @@ public class PTY {
if (hasPTY) {
slave= forkpty();
}
if (slave == null) {
throw new IOException("Can not create pty");
}