mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 08:45:44 +02:00
Cosmetics.
This commit is contained in:
parent
a5ed507b17
commit
87d7c4a5a6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class CHQueries {
|
||||||
throws CoreException {
|
throws CoreException {
|
||||||
CalledByResult result= new CalledByResult();
|
CalledByResult result= new CalledByResult();
|
||||||
ICElement callee= node.getRepresentedDeclaration();
|
ICElement callee= node.getRepresentedDeclaration();
|
||||||
if (! (callee instanceof ISourceReference)) {
|
if (!(callee instanceof ISourceReference)) {
|
||||||
return EMPTY_NODES;
|
return EMPTY_NODES;
|
||||||
}
|
}
|
||||||
boolean done= false;
|
boolean done= false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue