mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 18:55:38 +02:00
Code formatting.
This commit is contained in:
parent
ae80725f3f
commit
7bf06f5e35
1 changed files with 13 additions and 13 deletions
|
@ -24,10 +24,9 @@ import org.eclipse.cdt.internal.core.index.IIndexType;
|
|||
/**
|
||||
* @author aniefer
|
||||
*/
|
||||
public class GPPPointerToMemberType extends CPPPointerToMemberType implements
|
||||
IGPPPointerToMemberType {
|
||||
public class GPPPointerToMemberType extends CPPPointerToMemberType implements IGPPPointerToMemberType {
|
||||
private boolean isRestrict;
|
||||
|
||||
private boolean isRestrict = false;
|
||||
/**
|
||||
* @param type
|
||||
* @param operator
|
||||
|
@ -51,6 +50,7 @@ public class GPPPointerToMemberType extends CPPPointerToMemberType implements
|
|||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPPointerType#isRestrict()
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue