1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

Cosmetics

Change-Id: I8d87072a6dfaa4927b55ee751e12cf04b05a05ca
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2014-07-25 15:18:27 -04:00
parent 8ac1490c7c
commit b880b30b23

View file

@ -354,7 +354,7 @@ public abstract class AbstractCLIProcess extends Process
fPrompt = PromptType.IN_PRIMARY_PROMPT;
ICommand<?> command = token.getCommand();
if (token.getCommand() instanceof CLICommand<?> &&
if (command instanceof CLICommand<?> &&
!(command instanceof ProcessCLICommand || command instanceof ProcessMIInterpreterExecConsole))
{
fSuppressConsoleOutputCounter--;