mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +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) {
|
if (session.getChannelInputStream() != null) {
|
||||||
Runnable cleanup = new Runnable() {
|
Runnable cleanup = new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
// Change the state of the inferior.
|
// Change the state of the inferior.
|
||||||
session.getMIInferior().setTerminated();
|
session.getMIInferior().setTerminated();
|
||||||
session.terminate();
|
session.terminate();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue