1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 08:45:44 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-04-05 04:28:06 +00:00
parent a5ed507b17
commit 87d7c4a5a6

View file

@ -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;