mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Cosmetics.
This commit is contained in:
parent
f21bf3f5a8
commit
99f4235d7e
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ public abstract class ASTSpecificNameVisitor extends ASTNameVisitor {
|
|||
if (nameStr.equals(fSearchForName)) {
|
||||
return visitName(name, false);
|
||||
}
|
||||
}
|
||||
else if (len == searchForLen+1) {
|
||||
} else if (len == searchForLen + 1) {
|
||||
if (nameStr.charAt(0) == '~' && nameStr.endsWith(fSearchForName)) {
|
||||
return visitName(name, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue