mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00
Code formatting.
This commit is contained in:
parent
55ac9ffc6a
commit
fed63c785d
1 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ import org.eclipse.cdt.internal.core.dom.parser.ITypeContainer;
|
||||||
*/
|
*/
|
||||||
public class QualifierTypeClone implements IQualifierType, ITypeContainer, IIndexType {
|
public class QualifierTypeClone implements IQualifierType, ITypeContainer, IIndexType {
|
||||||
private final IQualifierType delegate;
|
private final IQualifierType delegate;
|
||||||
private IType type = null;
|
private IType type;
|
||||||
|
|
||||||
public QualifierTypeClone(IQualifierType qualifier) {
|
public QualifierTypeClone(IQualifierType qualifier) {
|
||||||
this.delegate = qualifier;
|
this.delegate = qualifier;
|
||||||
|
|
Loading…
Add table
Reference in a new issue