mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Cosmetics.
This commit is contained in:
parent
4e872b05cb
commit
34d5ba7154
1 changed files with 8 additions and 12 deletions
|
@ -87,11 +87,7 @@ public class CPPASTFunctionCallExpression extends ASTNode
|
||||||
|
|
||||||
CPPASTFunctionCallExpression copy = new CPPASTFunctionCallExpression(null, args);
|
CPPASTFunctionCallExpression copy = new CPPASTFunctionCallExpression(null, args);
|
||||||
copy.setFunctionNameExpression(functionName == null ? null : functionName.copy(style));
|
copy.setFunctionNameExpression(functionName == null ? null : functionName.copy(style));
|
||||||
copy.setOffsetAndLength(this);
|
return copy(copy, style);
|
||||||
if (style == CopyStyle.withLocations) {
|
|
||||||
copy.setCopyLocation(this);
|
|
||||||
}
|
|
||||||
return copy;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue