1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-04-05 04:35:00 +00:00
parent 87d7c4a5a6
commit 85a2f2b28a

View file

@ -2263,7 +2263,7 @@ public class CPPSemantics {
if (implicitType == null) {
result= new FunctionCost(fn, sourceLen);
} else {
result= new FunctionCost(fn, sourceLen+1);
result= new FunctionCost(fn, sourceLen + 1);
boolean sourceIsLValue= true;
final IType thisType = data.getImpliedObjectArgument();