mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Indentation.
This commit is contained in:
parent
bcbe3e38d9
commit
7521694c21
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue