1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2009-04-12 07:06:40 +00:00
parent 824d47c599
commit a461f247eb
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ public class CPPDeferredClassInstance extends CPPUnknownClass implements ICPPDef
return false;
return CPPTemplates.haveSameArguments(this, rhs);
}
}
return false;
}

View file

@ -104,7 +104,7 @@ class PDOMCPPDeferredClassInstance extends PDOMCPPSpecialization implements ICPP
return false;
return CPPTemplates.haveSameArguments(this, rhs);
}
}
return false;
}