1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Indentation.

This commit is contained in:
Alain Magloire 2003-02-03 21:28:55 +00:00
parent bcbe3e38d9
commit 7521694c21

View file

@ -23,8 +23,8 @@ public class MIInferiorExitEvent extends MIDestroyedEvent {
int code = 0;
MIExecAsyncOutput exec = null;
MIResultRecord rr = null;
MIExecAsyncOutput exec = null;
MIResultRecord rr = null;
public MIInferiorExitEvent(int token) {
super(token);