mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-03 21:53:39 +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);
|
||||
copy.setFunctionNameExpression(functionName == null ? null : functionName.copy(style));
|
||||
copy.setOffsetAndLength(this);
|
||||
if (style == CopyStyle.withLocations) {
|
||||
copy.setCopyLocation(this);
|
||||
}
|
||||
return copy;
|
||||
return copy(copy, style);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue