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