mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Code formatting.
This commit is contained in:
parent
3d48bf4f02
commit
2aedcbec84
6 changed files with 20 additions and 22 deletions
|
@ -67,7 +67,6 @@ public abstract class CPPTemplateDefinition extends PlatformObject implements IC
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//private IASTName templateName;
|
|
||||||
protected IASTName[] declarations;
|
protected IASTName[] declarations;
|
||||||
protected IASTName definition;
|
protected IASTName definition;
|
||||||
|
|
||||||
|
|
|
@ -105,7 +105,6 @@ public abstract class CPPTemplateParameter extends PlatformObject
|
||||||
return declarations[0].toCharArray();
|
return declarations[0].toCharArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public int getParameterPosition() {
|
public int getParameterPosition() {
|
||||||
return position;
|
return position;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue