mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
Cosmetics.
This commit is contained in:
parent
abf3f62731
commit
f5f72f4e0b
1 changed files with 3 additions and 4 deletions
|
@ -69,8 +69,7 @@ public abstract class RefactoringAction extends Action {
|
|||
run(fEditor.getSite(), wc, (ITextSelection) s);
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (fSite != null) {
|
||||
} else if (fSite != null) {
|
||||
if (fElement != null) {
|
||||
run(fSite, fElement);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue