mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +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) {
|
||||
slave= forkpty();
|
||||
}
|
||||
|
||||
if (slave == null) {
|
||||
throw new IOException("Can not create pty");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue