mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Cosmetics.
This commit is contained in:
parent
87d7c4a5a6
commit
85a2f2b28a
1 changed files with 1 additions and 1 deletions
|
@ -2263,7 +2263,7 @@ public class CPPSemantics {
|
||||||
if (implicitType == null) {
|
if (implicitType == null) {
|
||||||
result= new FunctionCost(fn, sourceLen);
|
result= new FunctionCost(fn, sourceLen);
|
||||||
} else {
|
} else {
|
||||||
result= new FunctionCost(fn, sourceLen+1);
|
result= new FunctionCost(fn, sourceLen + 1);
|
||||||
|
|
||||||
boolean sourceIsLValue= true;
|
boolean sourceIsLValue= true;
|
||||||
final IType thisType = data.getImpliedObjectArgument();
|
final IType thisType = data.getImpliedObjectArgument();
|
||||||
|
|
Loading…
Add table
Reference in a new issue