mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
indentation.
This commit is contained in:
parent
9df570138a
commit
8bc64c6f3c
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ public class RxThread extends Thread {
|
|||
if (session.getChannelInputStream() != null) {
|
||||
Runnable cleanup = new Runnable() {
|
||||
public void run() {
|
||||
// Change the state of the inferior.
|
||||
session.getMIInferior().setTerminated();
|
||||
// Change the state of the inferior.
|
||||
session.getMIInferior().setTerminated();
|
||||
session.terminate();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue