mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 13:15:44 +02:00
Cosmetics.
This commit is contained in:
parent
bf2a1b3472
commit
3df7d3854f
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ public class InsertLocation {
|
||||||
return nodeToInsertBefore;
|
return nodeToInsertBefore;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IASTNode getPartenOfNodeToInsertBefore() throws CoreException{
|
public IASTNode getPartenOfNodeToInsertBefore() throws CoreException {
|
||||||
IASTNode affectedNode = getAffectedNode();
|
IASTNode affectedNode = getAffectedNode();
|
||||||
return (affectedNode != null) ? affectedNode.getParent() : getTargetTranslationUnit();
|
return (affectedNode != null) ? affectedNode.getParent() : getTargetTranslationUnit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue