1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00

Minor formatting fix

This commit is contained in:
Francois Chouinard 2009-01-26 15:43:07 +00:00
parent 1688f6c4d1
commit 79e678a695

View file

@ -536,7 +536,7 @@ public class MIRunControl extends AbstractDsfService implements IRunControl, ICa
} }
} }
); );
}else { } else {
rm.setStatus(new Status(IStatus.ERROR, GdbPlugin.PLUGIN_ID, INVALID_STATE, "Given context: " + context + ", is already running.", null)); //$NON-NLS-1$ //$NON-NLS-2$ rm.setStatus(new Status(IStatus.ERROR, GdbPlugin.PLUGIN_ID, INVALID_STATE, "Given context: " + context + ", is already running.", null)); //$NON-NLS-1$ //$NON-NLS-2$
rm.done(); rm.done();
} }