1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

indentation.

This commit is contained in:
Alain Magloire 2003-09-26 16:57:53 +00:00
parent 9df570138a
commit 8bc64c6f3c

View file

@ -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();
}
};