mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
indentation?
This commit is contained in:
parent
035aac8223
commit
3a354aa289
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ public class PTY {
|
||||||
if (hasPTY) {
|
if (hasPTY) {
|
||||||
slave= forkpty();
|
slave= forkpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (slave == null) {
|
if (slave == null) {
|
||||||
throw new IOException("Can not create pty");
|
throw new IOException("Can not create pty");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue