1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-05-26 20:17:14 +00:00
parent 03a2f1d859
commit d26a1e2e98

View file

@ -72,7 +72,7 @@ import org.eclipse.ui.dialogs.TwoPaneElementSelector;
public class CApplicationLaunchShortcut implements ILaunchShortcut2 {
public void launch(IEditorPart editor, String mode) {
searchAndLaunch(new Object[] { editor.getEditorInput()}, mode);
searchAndLaunch(new Object[] { editor.getEditorInput() }, mode);
}
public void launch(ISelection selection, String mode) {