mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +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 {
|
||||
CalledByResult result= new CalledByResult();
|
||||
ICElement callee= node.getRepresentedDeclaration();
|
||||
if (! (callee instanceof ISourceReference)) {
|
||||
if (!(callee instanceof ISourceReference)) {
|
||||
return EMPTY_NODES;
|
||||
}
|
||||
boolean done= false;
|
||||
|
|
Loading…
Add table
Reference in a new issue