mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +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);
|
run(fEditor.getSite(), wc, (ITextSelection) s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} else if (fSite != null) {
|
||||||
else if (fSite != null) {
|
|
||||||
if (fElement != null) {
|
if (fElement != null) {
|
||||||
run(fSite, fElement);
|
run(fSite, fElement);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue