mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Cosmetics.
This commit is contained in:
parent
03a2f1d859
commit
d26a1e2e98
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue