1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

Code formatting.

This commit is contained in:
Sergey Prigogin 2009-02-17 00:33:31 +00:00
parent d2c24dc7ca
commit d1019b8da6

View file

@ -2026,7 +2026,6 @@ public class CPPSemantics {
return CPPUnknownFunction.createForSample(firstViable, data.astName);
}
if (bestFnCost == null) {
bestFnCost= fnCost;
bestFn= fn;