mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +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) {
|
||||
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();
|
||||
|
|
Loading…
Add table
Reference in a new issue